/* Beauty Deutsch — Webfonts. All four are Google Fonts (OFL, self-hostable).
   No binaries were provided with the brand kit, so we load from the Google CDN;
   swap the src urls for local files when self-hosting. */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Montserrat:wght@400;500;600;700&family=Kaushan+Script&family=Inconsolata:wght@400;600&display=swap");

:root {
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-script: "Kaushan Script", "Brush Script MT", cursive;
  --font-mono: "Inconsolata", ui-monospace, "SF Mono", Menlo, monospace;
}
