/* GCO Ventures Custom Fonts */

/* GCO Serif Font Family */
@font-face {
    font-family: 'GCO';
    src: url('../fonts/gco/GCO.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'GCO';
    src: url('../fonts/gco/GCO-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

/* GCO Sans Font Family */
@font-face {
    font-family: 'GCO Sans';
    src: url('../fonts/gco-sans/GCOSans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'GCO Sans';
    src: url('../fonts/gco-sans/GCOSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GCO Sans';
    src: url('../fonts/gco-sans/GCOSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GCO Sans';
    src: url('../fonts/gco-sans/GCOSans-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GCO Sans';
    src: url('../fonts/gco-sans/GCOSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
