@font-face {
    font-family: 'GT-Walsheim Bold';
    src: url('../fonts/GT-Walsheim-Bold.otf');
}
@font-face {
    font-family: 'GT-Walsheim Light';
    src: url('../fonts/GT-Walsheim-Light.otf');
}
@font-face {
    font-family: 'GT-Walsheim Medium';
    src: url('../fonts/GT-Walsheim-Medium.otf');
}
@font-face {
    font-family: 'GT-Walsheim Regular';
    src: url('../fonts/GT-Walsheim-Regular.otf');
}
@font-face {
    font-family: 'Jason-Vandenberg Town80 Bold';
    src: url('../fonts/Jason-Vandenberg-Town80-Bold.otf');
    src: url('../fonts/Jason-Vandenberg-Town80-Bold.ttf') format('truetype');
}

/* ########## Custom Menu Icons #################### */

/* ########## Font Awesome Icons #################### */


a.icon::before,
a.icon:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slack::before,
.slack:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f198";
}
