/*
==============================================================
QUICK BRAND CUSTOMISATION
Change the values below to recolour the complete website.
==============================================================
*/
:root{
  --navy:#081f42;
  --navy-2:#0d3268;
  --navy-3:#174f8f;
  --gold:#c99b2f;
  --gold-2:#efcf75;
  --teal:#2e88b7;
  --ink:#132238;
  --muted:#617083;
  --soft:#f4f7fb;
  --white:#ffffff;
  --line:#dfe5ec;

  --font-body:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --content-width:1180px;
  --section-spacing:92px;
  --card-radius:24px;
  --button-radius:999px;
  --shadow:0 24px 70px rgba(7,31,63,.13);
  --shadow-soft:0 12px 38px rgba(7,31,63,.08);
}
