/* Heading font */
/*@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");*/
/* Body font */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");*/

@font-face {
  font-family: Helvetica;
  src: url(Helvetica.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(Roboto-Regular.ttf);
}




:root {
  --font-heading: "Helvetica";
  --font-body: "Roboto-Light";
}

body {
  font-family: var(--font-body);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}
