/* Geometria Light */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Geometria Light Italic */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Geometria Medium */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Geometria Medium Italic */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Geometria Bold */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Geometria Bold Italic */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Geometria ExtraBold */
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria_extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}


body {
  font-family: "TikTok Sans", sans-serif;
}