feat: convert site to astro via codex

This commit is contained in:
2026-06-08 11:17:39 -07:00
parent f3d3562cec
commit 33e78ff8a5
355 changed files with 19954 additions and 6 deletions
+27
View File
@@ -0,0 +1,27 @@
: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: #fefaf2;
--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;
}