/****************************************
 Richards Window Fashions — dynamic.css (compiled CSS variables)
 Version: 1.0.0
 Do Not Edit this file whatsoever, it's compiled CSS, and will be overwritten anytime the variables change.
****************************************/
:root {
  --copy: #3a322d;
  --gray: #adb6bd;
  --gray-blue: #3a4a58;
  --lt-gray: #e8e8e8;
  --med-gray: #8996a0;

  --background-color: #fdfcfa;
  --link-color: #933a35;
  --link-hover: #de5a54;

  --primary-color: #933a35;
  --secondary-color: #3c3938;
  --tertiary-color: #94795a;
  --quaternary-color: #f5f3ef;

  --accent-color: #933a35;

  --base-font: 18px;
  --font-xs: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-lg: 21px;
  --font-xl: 24px;
  --font-2x: 32px;
  --font-3x: 42px;
  --font-4x: 52px;

  --font-family: "Roboto", sans-serif;
  --font-secondary: "Pinyon Script", cursive;
}