/* font files */
@font-face {
    font-family: 'TTNormsPro2';
    src: url('https://www.schf.org.au/assets/fonts/TTNormsPro2400.woff') format('woff'),
        url('https://www.schf.org.au/assets/fonts/TTNormsPro2400.ttf') format('truetype');

    font-weight: 400;
}

@font-face {
    font-family: 'TTNormsPro2';
    src: url('https://www.schf.org.au/assets/fonts/TTNormsPro2700.woff') format('woff'),
        url('https://www.schf.org.au/assets/fonts/TTNormsPro2700.ttf') format('truetype');

    font-weight: 700;
}

@font-face {
    font-family: 'TTNormsPro2';
    src: url('https://www.schf.org.au/assets/fonts/TTNormsPro2500.woff') format('woff'),
        url('https://www.schf.org.au/assets/fonts/TTNormsPro2500.ttf') format('truetype');

    font-weight: 500;
}

/* font styling */
h1 {
  font-family: "TTNormsPro2";
  font-weight: 700 !important;
}
h2 {
  font-family: "TTNormsPro2";
  font-weight: 500 !important;
}
.Header__tabsTab {
  font-family: "TTNormsPro2";
  font-weight: 500 !important;
  font-size: 18px;
}
a, form, div {
  font-family: "TTNormsPro2";
}
p, label {
  font-family: "TTNormsPro2";
  font-size: 20px !important;
}
span, input {
  font-family: "TTNormsPro2";
}
.AppContainer__breadCrumbsBox li {
  color: white !important;
}

/* header */
#navBar {
  padding: 10px;
}
.Header__logo img {
  max-width: 200px;
}

/* buttons */
btn, button {
  font-family: "TTNormsPro2";
  font-weight: 500;
  padding: 15px 5px;
}

/* footer */
#footerContainer {
  background-color: #93328e;
  align-items: center;
  justify-content: center;
  max-width: auto;
}

.footer {
  color: white;
  background-color: #93328e;
  width: auto;
  max-width: 1200px;
  padding: 20px;
  margin: auto;
}
.footer p {
  font-size: 15px !important;
  color: white;
}
.footer a {
  font-size: 15px !important;
  color: white;
  text-decoration: underline;
}
.footer a:hover {
  color: #e57524
}

@media screen and (max-width: 760px) {
  
}
