:root{
  --ice-dark: #0B2E4F;
  --ice-blue: #1F6ED4;
  --ice-accent: #2EC5FF;
  --ice-white: #FFFFFF;
  --ice-muted: #B8C7D9;
}

html, body{
  height: 100%;
}

body{
  font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #102A43;
}