:root {
  --font: Muli, Mulish, "Segoe UI", sans-serif;
  --font-display: Montserrat, sans-serif;
  --font-size: 15px;
  --text: #000000;
  --bg: #ffffff;
  --container: 1200px;
  --accent: #02027a;
  --accent-2: #2242ce;
  --header-bg: #e6e2e2;
  --nav-bg: #02027a;
  --nav-hover: #01015a;
  --footer-bg: #e8e6e6;
  --line: 27px;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  line-height: var(--line);
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
