@font-face {
  font-family: 'Opsilon';
  src: url('./Opsilon-Regular.woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* News (300) - легкий вариант */
@font-face {
  font-family: 'Good Head Pro';
  src: url('./Opsilon-Italic.woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Century Gothic */
@font-face {
  font-family: 'Century Gothic';
  src: url('./centurygothic.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('./centurygothic_bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}