:root {
  --font-sans: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --lp-nav-bg: #00234B;
  --lp-cta-bg: #4A90E2;
  --lp-danger: #D01C1C;
  --lp-white: #ffffff;
}

html, body {
  font-family: var(--font-sans);
}
