@charset "UTF-8";

/* Body Literata, headings Lilita One.
   Heading weight is 400, not 700: Lilita One does not ship a
   700, and asking for one makes the browser synthesise a bold by
   smearing the outlines, which never errors.

   GENERATED by Global_Technical/tools/joomla/gen_font_schemes.py from
   ../../fonts.json. Edit the config and re-run; do not hand-edit.

   Variables only. Every @font-face lives in ../user.css, which loads on every
   page whatever scheme is selected, so no face is declared twice. */

:root {
  --cassiopeia-font-family-body:     'Literata', Georgia, serif;
  --cassiopeia-font-family-headings: 'Lilita One', sans-serif;
  --cassiopeia-font-weight-normal:   400;
  --cassiopeia-font-weight-headings: 400;
}
