@font-face {
    font-family: 'Stoner Regular';
    src: url('/public/fonts/StonerRegular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Stoner Regular', sans-serif !important;
}