@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek/Seravek-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
  
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek/Seravek-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek/Seravek.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek/Seravek-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Clases de utilidad */
.font-seravek {
    font-family: 'Seravek', sans-serif;
}
