@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
:root {
  --bg: #ffffff;
  --ink: #16324f;
  --header: #ffffff;
  --header-ink: #16324f;
  --accent: #1f4e89;
  --cta: #1f4e89;
  --cta-ink: #ffffff;
  --card: #f5f8fb;
  --line: #d5dee8;
  --mute: #5d738c;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Outfit", "Outfit", system-ui, sans-serif;
  --radius: 8px;
  --logo-h: 52px;
  --scheme: light;
}
.brand-wplay .page-head h1{box-shadow:inset 6px 0 0 var(--accent);padding-left:0.7rem}
