/* Tokens desta marca. Estrutura e escala vêm de core/tokens.css. */
:root {
  --deep: #14100c;
  --deep-soft: #221a13;
  --light: #f6f1e8;
  --light-soft: #fcf8f1;

  --ink: #241c14;
  --ink-soft: #5f5040;
  --pale: #f6f1e8;
  --pale-soft: #d2c3ae;

  --accent: #c8763c;
  --accent-bright: #e0985f;
  --accent-deep: #8a4a1f;
  --accent-on: #14100c;
  --accent-bright-on: #14100c;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --font-editorial: 'Cormorant Garamond', Georgia, serif;
  --display-tracking: 0.08em;
  --body-weight: 300;

  --radius: 0px;
}
