/* Knyaz brand v2. Shared by the new landing page and brand kit only. */
:root {
  --paper: #f7f6ef;
  --white: #fffef8;
  --forest: #203e34;
  --forest-deep: #173027;
  --coral: #ce4b35;
  --coral-action: #bc402c;
  --sky: #bce0e5;
  --sage: #e8eddc;
  --lime: #deebaa;
  --sand: #efe4d6;
  --ink: #203e34;
  --muted: #5c6a61;
  --line: #d4dccf;
  --font-heading: "Manrope", Arial, sans-serif;
  --font-body: "Golos Text", Arial, sans-serif;
  --radius-sm: 8px;
  --radius-card: 18px;
  --container: 1280px;
  --space-section: 112px;
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}
