@font-face {
    font-family: 'Revolution Gothic';
    src: url('../fonts/RevolutionGothic-Regular.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic';
    src: url('../fonts/RevolutionGothic-Light.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic ExtraBold It';
    src: url('../fonts/RevolutionGothic-ExtraBoldIt.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-ExtraBoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic ExtraLight It';
    src: url('../fonts/RevolutionGothic-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic';
    src: url('../fonts/RevolutionGothic-ExtraBold.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic';
    src: url('../fonts/RevolutionGothic-ExtraLight.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic Regular It';
    src: url('../fonts/RevolutionGothic-RegularIt.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Revolution Gothic Light It';
    src: url('../fonts/RevolutionGothic-LightIt.woff2') format('woff2'),
        url('../fonts/RevolutionGothic-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body{font-family: 'Revolution Gothic'; font-weight: normal;}
h1,h2,h3,h4,h5,h6{font-family: 'Revolution Gothic'; font-weight: bold;}

