

:root {
  --primary-green: #105537;
  --secondary-cream: #FFF9E9;
  --pale-cream: #fffdf9;
  --color-secondary: #35ba72;

  --font-family: "Degular";
}


a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1,h2,h3 {
 
  font-family: Degular;  /* rest css code also here */
  }

  html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: Degular;
}