/* Cinzel — display headings, latin + latin-ext, no italic */
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/cinzel-400.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/cinzel-500.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/cinzel-600.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/cinzel-700.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/cinzel-800.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/cinzel-900.woff2') format('woff2'); }

/* Spectral — body text, latin + latin-ext + cyrillic + cyrillic-ext */
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/spectral-400.woff2')  format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/spectral-400i.woff2') format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/spectral-500.woff2')  format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 500; font-display: swap; src: url('../fonts/spectral-500i.woff2') format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/spectral-600.woff2')  format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 600; font-display: swap; src: url('../fonts/spectral-600i.woff2') format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/spectral-700.woff2')  format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 700; font-display: swap; src: url('../fonts/spectral-700i.woff2') format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/spectral-800.woff2')  format('woff2'); }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 800; font-display: swap; src: url('../fonts/spectral-800i.woff2') format('woff2'); }

:root {
  --font-display: 'Cinzel', 'Times New Roman', Times, serif;
  --font-body: 'Spectral', 'Times New Roman', Times, serif;
}

body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}
