:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-size: 16px;
  --text: #334155;
  --heading: #1e293b;
  --bg: #f9fafb;
  --card: #ffffff;
  --container: 1240px;
  --accent: #046bd2;
  --accent-hover: #045cb4;
  --line: #e2e8f0;
  --flip-bg: #777777;
}

html {
  font-size: 100%;
}

@media (max-width: 921px) {
  html {
    font-size: 91.2%;
  }
}

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

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