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

/* @font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-VariableFont_wdth\,wght.ttf');
} */

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Open Sans', 'Segoe UI', sans-serif !important;
  /* overflow: hidden; */
}

button,
input,
select,
option,
textarea {
    font-family: 'Open Sans', 'Segoe UI', sans-serif !important;
}

.faq-page {
  padding: 5rem 100px 100px 100px;
}

.list-item {
  list-style: circle !important;
}

.email-link {
  text-decoration: none;
  transition: 0.5s;
}

.email-link:hover {
  text-decoration: underline;
  color: rgb(46, 46, 216);
}

/* #navbar + div {
  margin-top: 5rem !important;
} */
