:root {
  --font: "Work Sans", sans-serif;
  --font-barlow: "Barlow", sans-serif;
  --font-size: 15px;
  --text: #334155;
  --muted: #7a7a7a;
  --navy: #001b4e;
  --navy-2: #15387a;
  --navy-3: #232f57;
  --orange: #f5801f;
  --bg: #fbfbfb;
  --container: 1140px;
  --header-h: 149px;
}

html {
  font-size: 16px;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}
