@font-face{
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/Inter_18pt-Italic.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Inter_18pt-BoldItalic.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: lighter;
    font-style: normal;
    src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: lighter;
    font-style: italic;
    src: url('../fonts/Inter_18pt-LightItalic.ttf') format('truetype');
}
