@font-face {
  font-family: "ME Gotham";
  src: url("../fonts/montserrat-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bronze: #8b6f4b;
  --bronze-dark: #63513a;
  --bronze-light: #c6af8e;
  --bronze-pale: #eee7dd;
  --ink: #3c3c3b;
  --ink-soft: #5c5c59;
  --paper: #f8f5f0;
  --white: #ffffff;
  --line: rgba(99, 81, 58, 0.18);
  --shadow: 0 24px 70px rgba(45, 35, 24, 0.12);
  --font-sans: Gotham, "ME Gotham", Arial, Helvetica, sans-serif;
  --font-gotham: Gotham, "ME Gotham", Arial, Helvetica, sans-serif;
  --font-serif: Didot, "Bodoni MT", "Times New Roman", serif;
  --container: 1180px;
  --header-h: 84px;
  --radius: 2px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
