
:root{
--color-primary: rgb(112, 250, 218);
--color-primary-lighter: rgb(211, 254, 244);
--color-secondary: rgb(54,141,158);
--ocker: rgb(219,199,44);
}

@font-face
{
  font-family: "Cheese Sauce";
  font-style: normal;
  font-weight: 100 900;		
  font-display: swap;
  src: url("../fonts/Cheese\ Sauce.ttf") format("truetype");
}

.faq_container
{
  background-image:  linear-gradient(var(--color-secondary-lighter), var(--color-primary-lighter));
}

.faq_heading{
  font-family: Cheese Sauce;
  color: black;
  font-weight: 700;
   font-size: 3.5rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
}