:root {
  --vh: 1vh;
  --visible-height: calc(var(--vh, 1vh) * 100);
  height: var(--visible-height);
  --navyblue: #0b385e;
  --orange: #f45424;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
