/* Grifol Light */
@font-face {
    font-family: 'Grifol';
    src: url('../fonts/grifol-light-webfont.woff2') format('woff2'),
         url('../fonts/grifol-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Para usar la fuente en tu CSS: */
body {
    font-family: 'Grifol', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Grifol', Arial, sans-serif;
    font-weight: 300; /* o el peso que prefieras */
}