You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.9 KiB
33 lines
1.9 KiB
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); |
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); |
|
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); |
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap'); |
|
|
|
|
|
:root { |
|
--color-bg: #1a1a1a; /* Deep charcoal background */ |
|
--color-bg-light: #2a2a2a; /* Slightly lighter charcoal */ |
|
--color-bg-primary: #2e1f2e; /* Muted aubergine for a rich, elegant feel */ |
|
--color-text: #f5f5f5; /* Soft white for readability */ |
|
--color-text-mid: #d8d8d8; /* Warm light gray — use on dark bg for ≥4.5:1 vs --color-bg */ |
|
--color-text-contrast: #000; /* Black text for contrast */ |
|
--color-primary: #5F7355; /* Plum primary color */ |
|
--color-secondary: #495544; /* secondary color */ |
|
--color-border: #3a3a3a; /* Subtle gray border */ |
|
/* Aliases / derived (WCAG AA on typical surfaces when paired as documented) */ |
|
--color-text-light: var(--color-text-mid); /* deprecated name: use --color-text-mid */ |
|
--color-footer-bg: var(--color-bg-light); |
|
--color-footer-text: var(--color-text); |
|
--color-footer-link: var(--color-primary); |
|
--color-link: var(--color-secondary); |
|
--color-link-hover: var(--color-text); |
|
--color-focus-ring: var(--color-secondary); |
|
--color-shadow: color-mix(in srgb, var(--color-text) 16%, transparent); |
|
--font-family: 'Montserrat', serif; /* Set the Montserrat font as default */ |
|
--main-body-font: 'Newsreader', serif; /* Set the font for the main body */ |
|
--heading-font: 'EB Garamond', serif; /* Set the font for headings */ |
|
--brand-font: 'Lobster', serif; /* A classic, refined branding font */ |
|
--brand-color: white; |
|
--accent-color: var(--color-secondary); |
|
} |
|
|
|
|