@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/content-fonts/fonts/noto-sans-georgian.woff2?v=d33ac947') format('woff2');
  unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
  font-family: 'Noto Sans Runic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/content-fonts/fonts/noto-sans-runic.woff2?v=1df38d3d') format('woff2');
  unicode-range: U+16A0-16F8;
}

@font-face {
  font-family: 'Xarrovv';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/content-fonts/fonts/xarrovv.woff2?v=fc86c4a2') format('woff2');
  unicode-range: U+10A0-10FF;
}

@font-face {
  font-family: 'Junicode';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/content-fonts/fonts/junicode.woff2?v=5c165f88') format('woff2');
  unicode-range: U+16A0-16F8;
}

:root {
  --pt-content-faces: 'Noto Sans Georgian', 'Noto Sans Runic', ;
}

[data-face='alt'] {
  --pt-content-faces: 'Xarrovv', 'Junicode', 'Noto Sans Georgian', 'Noto Sans Runic', ;
  --pt-font-ui: 'Xarrovv', 'Junicode', 'Noto Sans Georgian', 'Noto Sans Runic', var(--pt-ui-base);
  --pt-font-prose: 'Xarrovv', 'Junicode', 'Noto Sans Georgian', 'Noto Sans Runic', var(--pt-prose-base);
}
