@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter-Light.ttf');
}
body{
    font-family: 'inter';
}

*{
    font-family: 'inter';
}
