/* you can include CSS here */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');

@font-face {
    font-family: "fa-brands";
    src: url(../fonts/fa-brands-400.ttf);
}
@font-face {
    font-family: "fa-regular";
    src: url(../fonts/fa-regular-400.ttf);
}
@font-face {
    font-family: "fa-solid";
    src: url(../fonts/fa-solid-900.ttf);
}
@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.ttf);
}
html, body {
  font-family: "Source Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media print {
  .noPrint {
    display: none !important;
  }
}
