/*
 * Fuentes locales para Hello Elementor Child.
 * Sube los archivos de fuente a:
 * /wp-content/themes/hello-elementor-child/assets/fonts/
 *
 * Los nombres de archivo deben coincidir exactamente, incluyendo mayusculas y minusculas.
 */

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mindstay';
    src: url('../fonts/Mindstay.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
