@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap");
h1, h2, h3 {
  font-family: 'Oxygen', sans-serif !important;
  font-weight: 700 !important;
}

h4, h5, h6 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
}

a, button {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  color: #2F3292 !important;
}

li, small, p {
  font-family: "Rubik", sans-serif;
}

body {
  background-image: url("../img/jeh-bg.jpg");
  background-repeat: no-repeat;
}

table {
  background-color: white !important;
}

.btn-jeh, .jeh-card {
  background-color: white;
}
/*# sourceMappingURL=typography.css.map */