/* Chrome on Android does not apply Georgian Mkhedruli -> Mtavruli casing.
   These full (not Google-subsetted) fonts retain the OpenType `case` feature. */
@font-face{
  font-family:'Semira Georgian Case';
  src:url('../fonts/NotoSansGeorgian-Regular.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:'Semira Georgian Case';
  src:url('../fonts/NotoSansGeorgian-Medium.woff2') format('woff2');
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:'Semira Georgian Case Display';
  src:url('../fonts/NotoSansGeorgian-CondensedSemiBold.woff2') format('woff2');
  font-style:normal;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:'Semira Georgian Case Display';
  src:url('../fonts/NotoSansGeorgian-CondensedBold.woff2') format('woff2');
  font-style:normal;
  font-weight:700;
  font-display:swap;
}

html[data-georgian-case-fix] .georgian-case{
  font-family:'Semira Georgian Case',sans-serif!important;
  font-feature-settings:'case' 1!important;
  font-variant:normal!important;
  text-transform:none!important;
}
html[data-georgian-case-fix] .georgian-case.georgian-case-display{
  font-family:'Semira Georgian Case Display',sans-serif!important;
  font-weight:600!important;
}
