/**
 * ELOS Bens e Valores - Custom Fonts
 *
 * @package HelloElementorChild
 * @version 1.0.0
 *
 * Fonts:
 *   - Ofelia Display (100-800)
 *   - Minion Pro (400)
 */

/* ==========================================================================
   MINION PRO
   ========================================================================== */

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/minion-pro/MinionPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - THIN (100)
   ========================================================================== */

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Thin_Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - EXTRALIGHT (200)
   ========================================================================== */

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Extralight_Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - LIGHT (300)
   ========================================================================== */

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Light_Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - REGULAR (400)
   ========================================================================== */

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

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - MEDIUM (500)
   ========================================================================== */

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

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Medium_Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - BOLD (700)
   ========================================================================== */

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Bold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   OFELIA DISPLAY - EXTRABOLD (800)
   ========================================================================== */

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ofelia Display';
    src: url('fonts/ofelia-display/Ofelia_Display_Extrabold_Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
