/* Google Fonts fallbacks loaded first */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400;1,700&family=Source+Sans+3:wght@400;600;700&display=swap');

/* Custom fonts — override Google Fonts if files are present */
@font-face {
  font-family: 'Clarendon';
  src: url('fonts/clarendon.woff') format('woff');
}

@font-face {
  font-family: 'Verlag';
  src: url('fonts/verlag.woff') format('woff');
}

/*
  If custom font files are absent, CSS falls back to:
  'Clarendon' → 'Playfair Display', Georgia, serif
  'Verlag'    → 'Source Sans 3', sans-serif

  The body and headings already list these as fallbacks in styles.css.
*/
