@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;450;500;550;600;650;700;750;800&display=swap");
/* Shared foundation migrated from camonova-frontend/src/style.css; editor rules excluded. */
:root {
  font-family: "DM Sans", sans-serif;
  font-synthesis: none;
  font-weight: 400;
  color-scheme: dark;
  --mint: #2fc5b1;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 2px solid var(--home-accent);
  outline-offset: 5px;
}
button,
a {
  transition:
    color 0.18s,
    background 0.18s,
    border-color 0.18s,
    transform 0.18s;
}
::selection {
  background: var(--mint);
  color: #1c1c1c;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -1.6px;
  gap: 7px;
}
nav {
  display: flex;
  height: 100%;
  gap: 35px;
}
