@charset "utf-8";

@font-face {
    font-family: 'champagne_limousines';
    src: url('champagne_limousines.woff2') format('woff2'),
        url('champagne_limousines.woff') format('woff'),
        url('champagne_limousines.ttf');
}

@font-face {
    font-family: "ChampagneLimousinesBold";
    src: url('ChampagneLimousinesBold.woff2') format('woff2'),
        url('ChampagneLimousinesBold.woff') format('woff'),
        url('ChampagneLimousinesBold.ttf');
    font-weight: bold;
}

* {
    font-family: 'champagne_limousines' !important;
}

strong,
b,
.bold,
.strong {
    font-family: 'ChampagneLimousinesBold' !important;
}