@import "global-variables.css";

@font-face {
    font-family: 'SunnySpells';
    src: url('fonts/SunnySpellsBasicRegular-Yz1Wv.ttf');
}

@font-face {
    font-family: 'ComicHunter';
    src: url('fonts/ComicHunter.ttf');
}

.fw-bold {
    font-weight: bold !important;
}

.td-underline {
    text-decoration: underline !important;
}

.user-select-none {
    user-select: none !important;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.primary-color {
    color: var(--primary-highlight);
}

.secondary-color {
    color: var(--secondary-highlight);
}