@font-face {
    font-family: 'light';
    src: url("Inter_18pt-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'normal';
    src: url("Inter_18pt-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'bold';
    src: url("Inter_18pt-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'back';
    src: url("Inter_18pt-ExtraBold.ttf") format("truetype");
}
