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

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