@font-face {
  src: url('./gilroy-extrabold.otf') format('opentype');
  font-family: 'Gilroy';
}

@font-face {
  src: url('./SF UI Text Regular.otf') format('opentype');
  font-family: 'SF UI Text Regular';
  font-weight: 400;
}

@font-face {
  src: url('./SF UI Text Medium.otf') format('opentype');
  font-family: 'SF UI Text Medium';
  font-weight: 500;
}

@font-face {
  src: url('./SF UI Text Semibold.otf') format('opentype');
  font-family: 'SF UI Text Semibold';
  font-weight: 600;
}

@font-face {
  src: url('./SF UI Text Bold.otf') format('opentype');
  font-family: 'SF UI Text Bold';
  font-weight: 700;
}

/* Italic */
@font-face {
  src: url('./SF UI Text Italic.otf') format('opentype');
  font-family: 'SF UI Text Italic';
  font-weight: 400;
}

@font-face {
  src: url('./SF UI Text Medium Italic.otf') format('opentype');
  font-family: 'SF UI Text Medium Italic';
  font-weight: 500;
}

@font-face {
  src: url('./SF UI Text Semibold Italic.otf') format('opentype');
  font-family: 'SF UI Text Semibold Italic';
  font-weight: 600;
}

@font-face {
  src: url('./SF UI Text Bold Italic.otf') format('opentype');
  font-family: 'SF UI Text Bold Italic';
  font-weight: 700;
}
