/* Direction A "Sage" typefaces — DEFAULT, imported by styles.css.
   Google Fonts, loaded via CSS @import (no original font files were
   provided by the brand — see readme.md "Font substitution" note). */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,600;0,700;1,500&family=Karla:wght@400;500;600;700&display=swap');

:root {
  --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-body: 'Karla', 'Segoe UI', Tahoma, Helvetica, Arial, sans-serif;
  --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
