/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* ───────────  Saol Display Light – 300 (normal)  ─────────── */
@font-face {
    font-family: 'Saol Display Light Official';
    src: url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-Light-official.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-Light-official.woff')  format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ───────────  Saol Display Light Italic – 300 (italic)  ─────────── */
@font-face {
    font-family: 'Saol Display Light Italic Official';
    src: url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-LightItalic-official.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-LightItalic-official.woff')  format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* ───────────  Fallback for any 400 requests (same files)  ─────────── */
@font-face {
    font-family: 'Saol Display Light Official';
    src: url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-Light-official.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-Light-official.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Display Light Italic Official';
    src: url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-LightItalic-official.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/SaolDisplay-LightItalic-official.woff')  format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}