:root{
  --ngc-red:#c21d1d;
  --ngc-gold:#b8a15a;
  --ngc-text:#1f1f1f;
  --ngc-muted:#6f6f6f;
  --ngc-bg:#f7f6f2;
  --ngc-white:#ffffff;
  --ngc-border:rgba(0,0,0,.08);
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
  color:var(--ngc-text);
  background:var(--ngc-bg);
}

h1,h2,h3,h4,h5,h6{
  font-family:'Cormorant Garamond',serif;
  letter-spacing:.2px;
}

a{
  text-decoration:none;
}
.ngc-page-main{
  padding-top:96px;
}