/* inter-font.css */
@font-face {
    font-family: 'Inter';
    src: url('../css/inter.ttf') format('truetype'); /* Ajusta la ruta si el ttf está en otra carpeta */
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}