/* coops-coop-site — PASTEL theme.css · single source.
   Universal architecture + fonts, per-site pastel palette. Light only.
   Edit colors/fonts HERE; no page defines its own. */
@import url('https://fonts.bunny.net/css?family=source-sans-3:300,400,500,600,700|oxygen:300,400,700');
:root {
  --bg: #f3f4f6;
  --surface: #f5f5f5;
  --border: #dde2e9;
  --green: #2cc966;
  --green-l: #2c55c9;
  --gold: #b18c43;
  --text: #263559;
  --mid: #75869f;
  --red: #c92c2c;
  --green-dark: #23439f;
  --green-light: #a3ebbc;
  --green-bg: #f3f6f4;
  --green-border: #dde9e1;
  --text2: #344b39;
  --text3: #333e4d;
  --primary: #2c5dc9;
  --primary-light: #a3c2eb;
  --bg-panel: rgba(255,255,255,0.98);
  --radius: 12px;
  --accent: #2cc9bb;
  --accent-bg: #f3f6f6;
  --accent-light: #a3ebdc;
  --accent-border: #dde9e7;
  --accent-dark: #239f95;
  --accent-hover: #f3f6f6;
  --blue: #2c5dc9;
  --cream: #f6f6f3;
  --muted: #75839f;
  --card: #f3f6f4;
  --blue-d: #2c55c9;
}
body { font-family: 'Source Sans 3', 'Source Sans Pro', system-ui, sans-serif !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 { font-family: 'Breeze Sans', 'Oxygen', 'Source Sans 3', system-ui, sans-serif !important; }
