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

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

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

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