*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {

  --font-heading: 'Stabil Grotesk', sans-serif !important; 
  --font-body: 'Switzer Variable';
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #1c2125;

}