/* @font-face {
  font-family: "AlumniSans";
  src: url("../fonts/AlumniSans-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
 
@font-face {
  font-family: "AlumniSans-bold";
  src: url("../fonts/AlumniSans-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font-bold {
  font-family: "AlumniSans-bold";
  font-weight: 700;
}

body {
    font-family: "AlumniSans-bold" !important;
    font-weight: 700;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}