/* 01-variables.css
 * ─────────────────────────────────────────────────────────
 * All color, font and spacing tokens for Dodo theme
 */

:root {
  --main-bg: #faf6f0;
  --accent: #ad7192;
  --primary: #741b46;
  --text: #101f27;

  /* type */
  --heading-font: "Playfair Display", serif;
  --body-font: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

  /* font weights */
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}
