/* @import url('...'); */
/*
@font-face {
	font-family: 'fontName';
	src: url('fonts/fontName.eot');
	src: url('fonts/fontName.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontName.woff') format('woff'),
		url('fonts/fontName.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Regular.eot');
    src: url('fonts/Cabin-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cabin-Regular.woff2') format('woff2'),
        url('fonts/Cabin-Regular.woff') format('woff'),
        url('fonts/Cabin-Regular.ttf') format('truetype'),
        url('fonts/Cabin-Regular.svg#Cabin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.eot');
    src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype'),
        url('fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.eot');
    src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype'),
        url('fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Medium.eot');
    src: url('fonts/Cabin-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cabin-Medium.woff2') format('woff2'),
        url('fonts/Cabin-Medium.woff') format('woff'),
        url('fonts/Cabin-Medium.ttf') format('truetype'),
        url('fonts/Cabin-Medium.svg#Cabin-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.eot');
    src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff'),
        url('fonts/Inter-Medium.ttf') format('truetype'),
        url('fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-MediumItalic.eot');
    src: url('fonts/Cabin-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cabin-MediumItalic.woff2') format('woff2'),
        url('fonts/Cabin-MediumItalic.woff') format('woff'),
        url('fonts/Cabin-MediumItalic.ttf') format('truetype'),
        url('fonts/Cabin-MediumItalic.svg#Cabin-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.eot');
    src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff'),
        url('fonts/Inter-SemiBold.ttf') format('truetype'),
        url('fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

