@font-face {
    font-family: 'Rousseau Deco';
    src: url('RousseauDeco-Bold.woff2') format('woff2'),
        url('RousseauDeco-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.deco-font {
    font-family: 'Rousseau Deco';
    font-weight: bold;
    font-style: normal;
}