@theme{ --color-primary-50: #fdf1ee; --color-primary-100: #fbdfd7; --color-primary-200: #f3b5a6; --color-primary-300: #ea8b74; --color-primary-400: #e0644b; --color-primary-500: #d53d22; --color-primary-600: #ef4023; --color-primary-700: #b8331b; --color-primary-800: #932916; --color-primary-900: #6e1f10; --color-primary-950: #5b1a0d;  --color-accent-gold: #ffe974;   --color-base-50: #f7f6f3; --color-base-100: var(--color-neutral-100); --color-base-200: var(--color-neutral-200); --color-base-300: var(--color-neutral-300); --color-base-400: var(--color-neutral-400); --color-base-500: var(--color-neutral-500); --color-base-600: var(--color-neutral-600); --color-base-700: var(--color-neutral-700); --color-base-800: var(--color-neutral-800); --color-base-900: var(--color-neutral-900); --color-base-950: var(--color-neutral-950);  --breakpoint-xs: 400px; --breakpoint-sm: 640px; --breakpoint-md: 768px; --breakpoint-lg: 1024px; --breakpoint-xl: 1280px; --breakpoint-2xl: 1536px;  --font-fallback: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-sans: "Inter", var(--font-fallback); --font-heading: "Oswald", var(--font-fallback); --font-mono: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";  --tracking-heading-tight: -.02em;  --animate-accordion-down: accordion-down .3s ease-out; --animate-accordion-up: accordion-up .3s ease-out; --animate-marquee: marquee 100s linear infinite; @keyframes accordion-down { from { height: 0; } to { height: var(--starwind-accordion-content-height); } } @keyframes accordion-up { from { height: var(--starwind-accordion-content-height); } to { height: 0; } } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 2.5rem)); } }}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-dark: var(--primary-dark); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-info: var(--info); --color-info-foreground: var(--info-foreground); --color-success: var(--success); --color-success-foreground: var(--success-foreground); --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); --color-error: var(--error); --color-error-foreground: var(--error-foreground); --color-border: var(--border); --color-input: var(--input); --color-outline: var(--outline); --radius-xs: calc(var(--radius) - .375rem); --radius-sm: calc(var(--radius) - .25rem); --radius-md: calc(var(--radius) - .125rem); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + .25rem); --radius-2xl: calc(var(--radius) + .5rem); --radius-3xl: calc(var(--radius) + 1rem);}.community-cta[data-astro-cid-af3e4ewm]{background:#6e1f10;box-shadow:0 1.5rem 4rem #6e1f102e}.community-cta__ring[data-astro-cid-af3e4ewm]{aspect-ratio:1;pointer-events:none;border:1px solid #ffe97440;border-radius:999px;width:34rem;position:absolute}.community-cta__ring--one[data-astro-cid-af3e4ewm]{top:-22rem;right:-11rem}.community-cta__ring--two[data-astro-cid-af3e4ewm]{width:40rem;bottom:-30rem;right:-1rem}.community-cta__eyebrow[data-astro-cid-af3e4ewm]{color:#ffe974;letter-spacing:.13em;font-size:.72rem;font-weight:700}.community-cta__photo-frame[data-astro-cid-af3e4ewm]{border:.45rem solid #f7f6f3f2;border-radius:1.25rem 1.25rem 4.5rem;overflow:hidden;box-shadow:0 1.5rem 2.5rem #00000040}.community-cta__caption[data-astro-cid-af3e4ewm]{color:#6e1f10;max-width:12rem;font-family:var(--font-heading);background:#f7f6f3;padding:.75rem 1rem;font-size:1.1rem;line-height:1.1;position:absolute;bottom:-1rem;right:-.5rem;transform:rotate(-2deg)}.community-cta__link[data-astro-cid-af3e4ewm]{color:#fff;text-underline-offset:.35rem;align-items:center;min-height:2.5rem;padding-inline:.5rem;font-weight:600;text-decoration:underline #ffe974bf;transition:color .2s;display:inline-flex}.community-cta__link[data-astro-cid-af3e4ewm]:hover{color:#ffe974}.community-cta__link[data-astro-cid-af3e4ewm]:focus-visible{outline-offset:4px;outline:2px solid #ffe974}@media (width<=767px){.community-cta__caption[data-astro-cid-af3e4ewm]{right:.5rem}}
