- replace bespoke page and library banners with PageHero.astro - add ServicesPage.astro for the live-style English services landing page - restyle shared hero/container measurements for the new layout shell - add self-hosted services card images
29 lines
766 B
CSS
29 lines
766 B
CSS
:root {
|
|
--color-primary: #254080;
|
|
--color-primary-dark: #0e1133;
|
|
--color-secondary: #087f8c;
|
|
--color-accent: #ffbd59;
|
|
--color-accent-strong: #ff914d;
|
|
--color-background: #ffffff;
|
|
--color-surface: #ffffff;
|
|
--color-tint: #fbf2e1;
|
|
--color-text: #254080;
|
|
--color-muted: #254080;
|
|
--color-border: #edeef3;
|
|
--font-body: "Rubik", Arial, sans-serif;
|
|
--font-heading: "Playfair Display", Georgia, serif;
|
|
--font-accent: "Caveat", cursive;
|
|
--space-xs: .4rem;
|
|
--space-sm: .75rem;
|
|
--space-md: 1.25rem;
|
|
--space-lg: 2rem;
|
|
--space-xl: 5rem;
|
|
--radius-sm: 4px;
|
|
--radius-md: 4px;
|
|
--radius-lg: 4px;
|
|
--shadow-sm: 0 2px 8px rgb(37 64 128 / 10%);
|
|
--shadow-md: 0 8px 24px rgb(37 64 128 / 14%);
|
|
--container: 1020px;
|
|
--container-w: 1208px;
|
|
}
|