:root {
  --navy:  #082b5c;
  --blue:  #0f4d92;
  --light: #f5f7fb;
  --white: #fff;
  --gray:  #777;
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --radius-full: 800px;
}
