@font-face {
  font-family: Sohne;
  src: url("/assets/cadence/fonts/sohne-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Sohne;
  src: url("/assets/cadence/fonts/sohne-medium.otf") format("opentype");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Redaction;
  src: url("/assets/cadence/fonts/redaction-italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-sans: Sohne, Arial, sans-serif;
  --font-editorial: Redaction, Georgia, serif;
  --paper: #f6f6f3;
  --white: #fff;
  --ink: #171717;
  --muted: #73736e;
  --line: #e5e5df;
  --soft: #efefeb;
  --accent: #171717;
  --radius: 16px;
  --radius-pill: 100px;
  --shadow-soft: 0 8px 28px #17171708;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
