/*
Theme Name: Stop ICE Overreach
Description: Campaign theme for Colorado Communities First — Vote NO on Amendment 81. Bilingual (EN/ES) landing page, fact sheet, endorsers, and an email signup form with a built-in Submissions manager and CSV export.
Author: Colorado Communities First
Version: 1.7.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stop-ice-overreach
*/

/* ---------- Fonts ---------- */
@font-face{font-family:'League Spartan';src:url('assets/fonts/LeagueSpartan-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'League Spartan';src:url('assets/fonts/LeagueSpartan-800.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Glacial Indifference';src:url('assets/fonts/GlacialIndifference-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Glacial Indifference';src:url('assets/fonts/GlacialIndifference-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

/* ---------- Design tokens (ported from the original design system) ---------- */
:root{
/* Core palette */
--ice:#9AE1E2;
--indigo:#332851;
--white:#FFFFFF;
--black:#000000;
/* Derived tints/shades */
--ice-100:#EBF9F9;
--ice-200:#D2F1F1;
--ice-600:#6FC6C8;
--indigo-400:#5A4B85;
--indigo-600:#261D3E;
/* Semantic aliases */
--surface-page:var(--white);
--surface-band-ice:var(--ice);
--surface-band-indigo:var(--indigo);
--surface-wash:var(--ice-100);
--text-body:var(--indigo);
--text-on-indigo:var(--ice);
--text-on-ice:var(--indigo);
--text-display:var(--indigo);
--link:var(--indigo);
--link-hover:var(--indigo-400);
--rule:var(--indigo);
--focus-ring:var(--ice-600);
/* Typography */
--font-display:'League Spartan',Futura,'Century Gothic',sans-serif;
--font-body:'Glacial Indifference',Futura,'Century Gothic',sans-serif;
--text-xs:13px;
--text-sm:14.5px;
--text-base:16px;
--text-lg:18px;
--text-band:19px;
--text-h3:22px;
--text-h2:28px;
--text-h1:38px;
--text-hero:52px;
--leading-display:1.12;
--leading-band:1.35;
--leading-body:1.55;
--tracking-display:-0.01em;
--underline-thickness:2px;
--underline-offset:3px;
/* Spacing / layout */
--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:24px;
--space-6:32px;
--space-7:48px;
--space-8:64px;
--content-max:880px;
--band-pad-y:20px;
--band-pad-x:28px;
/* Shape — square corners everywhere, flat, no shadows */
--radius:0px;
--shadow:none;
/* Motion */
--ease:ease-out;
--duration:140ms;
}
