/* OPUS Signature — self-hosted brand fonts.
   Georgian per brand book = Noto Sans Georgian (Regular/Medium/Bold).
   Latin/English = Google Sans (named first in --sans/--serif); until the
   licensed Google Sans web files are added, Latin falls back to Figtree.
   Paths are relative to this file (assets/fonts.css → assets/fonts/…). */

@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/NotoSansGeorgian-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/NotoSansGeorgian-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/NotoSansGeorgian-Bold.woff2') format('woff2');
}
