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


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

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

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

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

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