/* Local Georgian + Latin typefaces (typeface.ge) */

@font-face {
  font-family: "Mecomicse";
  src: url("fonts/Mecomicse-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

/* Map 500 to Regular so UI medium weight stays close to display design */
@font-face {
  font-family: "Mecomicse";
  src: url("fonts/Mecomicse-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Mecomicse";
  src: url("fonts/Mecomicse-Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mecomicse";
  src: url("fonts/Mecomicse-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mersad";
  src: url("fonts/Mersad-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Mersad";
  src: url("fonts/Mersad-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
