:root { 
  /* Font Variables */
  --font-raleway: "Raleway", serif;
  --font-playfair: "PlayFair", serif;
  --font-licorice: "Licorice", cursive;

  /* Color Variables */
  --primary-color: rgb(255, 250, 250);
  --secondary-color: rgb(255, 197, 211);
  --third-color: rgb(255, 170, 190);
  --text-color: rgb(35, 35, 35);
}