/*
  Monaco One theme
  ----------------
  Shared light visual palette for the Monaco One portal and Site Survey module.
  The sage accent is taken directly from the Monaco One logo.
*/
:root {
  --ink: #0F172A;
  --muted: #64748B;
  --paper: #FFFFFF;
  --canvas: #F4F8FC;
  --line: #DCE5F0;

  --accent: #7F8E7E;
  --accent-strong: #677665;
  --accent-hover: #566554;
  --accent-soft: #EEF2ED;

  --dark: #16324F;
  --dark-deep: #0B1F33;
  --danger: #B42318;

  --radius: 24px;
  --shadow: 0 22px 60px rgba(15, 23, 42, .10);
}
