@font-face {
    font-family: 'Epilogue Regular';
    src: url('../fonts/Epilogue-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Harbour Bold';
    src: url('../fonts/harbour-bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonG Regular';
    src: url('../fonts/HVD_Fonts_-_BrandonGrotesque-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Palo Santo';
    src: url('../fonts/PaloSanto.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Falcon Pro';
    src: url('../fonts/SoftMaker_-_FalconPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic';
    src: url('../fonts/TradeGothicLTStd-BoldExt.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.trade-gothic {
     font-family: 'Trade Gothic';
     font-weight: 700;
}

.bradonG {
    font-family: 'BrandonG Regular';
}

.epilogue {
    font-family: 'Epilogue Regular';
    font-weight: 400;
}

.palo-santo {
    font-family: 'Palo Santo';
}