/* SKF Sans Font Family */
@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFSans';
    src: url('../fonts/skf-fonts/SKFSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Aplicar SKFSans globalmente */
html,
body,
html body {
    font-family: 'SKFSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Asegurar que todos los elementos hereden la fuente */
*,
*::before,
*::after {
    font-family: inherit;
}





