@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");
:root {
  --bg: #ffffff;
  --ink: #102026;
  --header: #ffffff;
  --header-ink: #102026;
  --accent: #0097a8;
  --cta: #111111;
  --cta-ink: #ffffff;
  --card: #ffffff;
  --line: #e6e6e6;
  --mute: #5c6b70;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Manrope", "Manrope", system-ui, sans-serif;
  --radius: 0px;
  --logo-h: 34px;
  --scheme: light;
}
.brand-betsson .page-head h1{font-weight:600;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-0.02em}
