:root {
  --font: "Open Sans", sans-serif;
  --font-title: "Palatino Linotype", Palatino, "Book Antiqua", serif;
  --text: #4a4a4a;
  --brown: #532e1d;
  --brown-deep: #331104;
  --brown-title: #633616;
  --gold: #fbc11d;
  --cream: #ece9e2;
  --footer-bar: #371c10;
  --product: #3c1d17;
  --reseller: #472813;
  --reseller-accent: #b63d32;
  --container: 1200px;
  --header-h: 104px;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text);
  background: #fff;
}

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

a {
  color: inherit;
}

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