@font-face {
    font-family: 'Open Sans';
    src: url('/theme/moove/fonts/OpenSans.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/theme/moove/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Aplicar la fuente en todo Moodle */
body, html, .page-context-header, .card, .btn, .form-control {
    font-family: 'Open Sans', sans-serif !important;
}
