/* ROOT */
:root {
  --brand-font: "Lustria", serif;
  --brand-color: #951214;

  --slogan-color: #393939;
  --slogan-bg-color: #545454;

  --give-bg: rgb(18, 33, 76);
  --give-text-bg: #4A6491;
  --give-text-color: rgb(255, 215, 72);

  --footer-bg-color: #54644F;

  --white: #FFFFFF;
  --black: #000000;

  --bg-color: #E7DED9;
}