:root {
  --col-primary: #00151D;
  --col-secondary: #249DC5;
  --col-accent: #E74011;
  --col-grey: #F9F9F9;
  --col-white: #ffffff;
  
  --text: #182233;
  --muted: #49566b;

  --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem;
  --space-4: 2rem; --space-6: 3rem; --space-8: 4rem;

  --radius: 12px;
}
body {
  color: var(--text);
  background: var(--bg);
}
a {
  color: var(--col-secondary);
}
strong {
  font-weight: 600;
}
