/*@font-face {*/
/*    font-family: 'Actay Wide';*/
/*    src: url('/fonts/ActayWide-Bold.woff2') format('woff2');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-Bold.woff2') format('woff2'),
    url('../fonts/ActayWide-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}