
:root {
  --color-primary: #0a3d62;
  --color-secondary: #0095c5;
  --color-accent: #f5c518;
  --color-background: #ffffff;
  --color-surface: #f7f9fc;
  --color-text: #0e2a47;
  --color-muted: #5a7792;
  --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
