/* Generated from ../../brand/brand.json. Run scripts/sync_brand.py after brand changes. */
@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/SourceSerif4-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-blue: #2C3E50;
  --brand-teal: #43B3AE;
  --brand-orange: #D88C69;
  --brand-purple: #574B90;
  --brand-yellow: #EFBF2C;
  --brand-paper: #F8F5E9;
  --brand-white: #FFFFFF;
  --font-heading: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Figtree", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
