:root {
  --default-font-family: "Neue Montreal", "Helvetica", "sans-serif";
  /* --accent-opacity-100: 104, 99, 166, 0.04;
    --accent-opacity-200: 104, 99, 166, 0.08;
    --accent-700: 80, 79, 92; */
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: var(--default-font-family);
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
