/**
 * Custom Fonts - Gobold Family
 * 
 * @package NewSiteBGS
 */

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

@font-face {
    font-family: 'Gobold';
    src: url('../fonts/Gobold/Gobold Thin Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gobold';
    src: url('../fonts/Gobold/Gobold Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Gobold';
    src: url('../fonts/Gobold/Gobold Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

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

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

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

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