# Recommended Fonts — Art Deco This theme **bundles** its display and body families as subset woff2 files in `assets/fonts/` (see `fonts.json`). They install as `source=template` rows and are pre-selected for the theme's typography slots — no admin action is required for the intended look. The families below are the fallbacks baked into every `var(--font-heading|body|mono, …)` call, so the theme still reads correctly if an admin reassigns a slot. ## Bundled (shipped in this theme) | Slot | Family | Weights | File(s) | License | |------|--------|---------|---------|---------| | Heading | **Cinzel** | 400, 700 | `assets/fonts/cinzel-*.woff2` | SIL OFL 1.1 | | Body | **Cormorant Garamond** | 400, 400 italic, 600, 700 | `assets/fonts/cormorant-garamond-*.woff2` | SIL OFL 1.1 | License record and copyright attribution: `assets/fonts/OFL.txt`. The woff2s are Latin subsets of the upstream OFL families (subsetting is permitted by the OFL). ## Mono slot (not bundled — assign if needed) The theme uses `var(--font-mono, "JetBrains Mono", ui-monospace, monospace)` for reservation IDs and tabular figures. To match the intended look, an admin can assign a mono family: 1. Sign in as an admin, open **Settings → Typography**. 2. Switch to the **Google Fonts** tab and add **JetBrains Mono**. 3. Assign it to the **Mono** slot. If left unset, the CSS falls back to the system monospace stack. ## Alternatives (optional) - Heading: `google:Italiana` — a thinner, higher-contrast display cut; already the second fallback in the heading `var()` list. - Body: the system serif stack (`Georgia, serif`) is the final fallback.