@font-face {
    font-family: 'Inter';
    src:  url('../font/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

body { 
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}
