/**
 *
 * Inter font CSS
 *
 */


@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/Inter/Inter_18pt-ThinItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/Inter/Inter_18pt-ExtraLightItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Inter/Inter_18pt-LightItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Inter/Inter_18pt-Italic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Inter/Inter_18pt-MediumItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Inter/Inter_18pt-SemiBoldItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Inter/Inter_18pt-BoldItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/Inter/Inter_18pt-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Inter/Inter_18pt-BlackItalic.ttf);
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Inter/Inter_18pt-Thin.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Inter/Inter_18pt-ExtraLight.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Inter/Inter_18pt-Light.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter/Inter_18pt-Regular.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter/Inter_18pt-Medium.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter/Inter_18pt-SemiBold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter/Inter_18pt-Bold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Inter/Inter_18pt-ExtraBold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Inter/Inter_18pt-Black.ttf);
}


