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

@font-face {
    font-family: 'Road Rage';
    src: url('/fonts/RoadRage.woff2') format('woff2'),
         url('/fonts/RoadRage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Classes CSS pour TinyMCE */
.font-panic {
  font-family: 'PANIC', sans-serif;
}

.font-roadrage {
  font-family: 'Road Rage', sans-serif;
}