:root {
  --font: "Nunito", sans-serif;
  --font-title: "Nunito Sans", "Nunito", sans-serif;
  --font-size: 15px;
  --text: #4b4f58;
  --muted: #7a7a7a;
  --heading: #000;
  --bg: #fff;
  --footer: #f9f9f9;
  --red: #ea2a25;
  --dark: #282828;
  --container: 1140px;
  --header-h: 104px;
}

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; }

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