/* This file contains all the variables used elsewhere in the site, mostly for color/font consistency */
:root {
  --color-background: #e6cd98;
  --color-body: #ffeeb9;
  --color-accent: #efba69;
  --color-text: rgb(15, 15, 15);
  --color-text-inverse: rgb(243, 243, 243);
  --color-text-secondary: rgb(67, 78, 92);
  --color-link: #801912;
  --color-header: rgb(15, 15, 15);
  --color-header-text: rgb(243, 243, 243);

  --font-body: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
  --font-header: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa,
    Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", Calibri,
    source-sans-pro, sans-serif;
}