*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'titulo';
    src: url('/font/Cinzel/Cinzel-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'subtitulo';
    src: url('/font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'texto';
    src: url('/font/Libre_Baskerville/LibreBaskerville-Regular.ttf');
}

@font-face {
    font-family: 'especial';
    src: url('/font/Merienda/Merienda-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'inter';
    src: url('/font/Inter/static/Inter_18pt-ExtraLight.ttf');
}

