
:root{
  --primary:#2563EB;
  --text:#0A1224;
  --muted:#5A6480;
  --white:#ffffff;
}

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

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  padding:0;
}
