@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap");

:root {
  --font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --color-brand: #19372F;
  --color-brand-dark: #122820;
  --color-brand-light: #2a5248;
}

html,
body {
  font-family: var(--font-sans);
}
