/* Custom Styles */
@font-face {
    font-family: Brandon;
    src: url('brandon_text.ttf');
}
.custom-font {
  font-family: "Brandon" !important;
}