/* Impactful Datasets — design tokens (brand colours, type, logo)
   Generated by build_wireframe.py; edit the builder, not this file. */
:root{
  /* AGU brand: primary #244C5A, secondary #007DBA, white ground */
  --primary:#244C5A; --secondary:#007DBA;
  --paper:#FFF; --surface:#FFF; --surface-2:#F5F7F8;
  --ink:#244C5A; --ink-2:#587380; --ink-3:#5E7682;
  --rule:#D5DFE3; --rule-2:#E8EEF0;
  --mark:#007DBA; --mark-bg:#E4F2FA;
  /* discipline ramp, anchored on the two brand colours; all >=4.5:1 vs white */
  --atmos:#007DBA; --ocean:#00778A; --biosphere:#2F7D5C; --interior:#A24B2E;
  --surface-c:#8C6410; --society:#6B4C93; --space:#244C5A; --materials:#6B5B4B;
  --f-display:'Montserrat','Helvetica Neue',Arial,sans-serif;
  --f-body:'Lora',Georgia,'Times New Roman',serif;
  --f-label:'Montserrat','Helvetica Neue',Arial,sans-serif;
  --f-code:ui-monospace,'SF Mono',Menlo,Consolas,monospace;
  --shell:1180px;
  --logo:url("../img/agu-logo.png");
}
