:root {
  --background-color: #F5EFE4;
  --accent-orange:#ff9900;
  --accent-green:#009999;
  --text-brown:#666633;
  --light-brown:#cc9966;
  --footer-ribbon:#663300;
  --text-grey:#666666;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

h1{
  font-family: 'Cormorant Garamond', serif !important;
  color:var(--accent-green) !important;
  line-height:0.85 !important;
  text-align:center;
  font-weight:600;
}

h2{
  font-family: 'Cormorant Garamond', serif !important;
  color:var(--footer-ribbon) !important;
  line-height:0.85 !important;
  text-align:center;
  font-weight:600;
}

.gsa-heading h2{
font-size:1.25rem;
}

/* 768px */
@media(min-width:48rem){

h1{
  padding:0 4rem;
}

.gsa-heading h1{
font-size:2.5rem !important;
}
 
.gsa-heading h2{
font-size:1.75rem;
}
}

/* 992px */
@media(min-width:62rem){

h1{
  padding:0 0rem;


}
