/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'),
        url('../fonts/lato-v14-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v14-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
        url('../fonts/lato-v14-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/lato-v14-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v14-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
        url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v14-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v14-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v14-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v14-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'RivieraNights-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/RivieraNights-Medium.otf') format("opentype");
}

@font-face {
    font-family: 'RivieraNights-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/RivieraNights-Light.otf') format("opentype");
}

@font-face {
    font-family: "OptimusPrinceps";
    src: url("../fonts/OptimusPrinceps.eot");
    src: url("../fonts/OptimusPrinceps.eot?#iefix")format("embedded-opentype"),
        url("../fonts/OptimusPrinceps.woff")format("woff"),
        url("../fonts/OptimusPrinceps.woff2")format("woff2"),
        url("../fonts/OptimusPrinceps.ttf")format("truetype"),
        url("../fonts/OptimusPrinceps.svg#OptimusPrinceps")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText-Light';
    src:url('../fonts/HelveticaNowText-Light.woff') format('woff'),
        url('../fonts/HelveticaNowText-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Light.svg#HelveticaNowText-Light') format('svg'),
        url('../fonts/HelveticaNowText-Light.eot'),
        url('../fonts/HelveticaNowText-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowText-Light.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ff-OptimusPrinceps {
    font-family: "OptimusPrinceps", sans-serif;
}
.ff-rivera-m {
    font-family: "RivieraNights-Medium";
}
.ff-rivera-l {
    font-family: "RivieraNights-Light";
}