@font-face {
    font-family: 'Guavine';
    src: url('/static/app/fonts/GuavineDemoRegular-1jGgL.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heidan-Rounded';
    src: url('/static/app/fonts/HeidanRoundedDemoRegular-OGVap.otf');
    font-weight: normal;
    font-style: normal;
}

.custom-branding {
    font-family: "Heidan-Rounded";
    text-decoration: none !important;
    color: black !important;
    font-size: large;
}

.total {
    background-color: #e9ecef !important;
}

.price_color {
    color: black !important;
}