@font-face {
    font-family: 'Arial';
    src: url('/fonts/ARIALBD 1.TTF') format('truetype');
}

body {
    font-family: 'Arial', sans-serif;
}

.bg-custom-black {
    background-color: #000000;
}

.text-custom-white {
    color: #F7F7F7;
}

.hover\:text-custom-white:hover {
    color: #F7F7F7;
}

.bg-custom-dark {
    background-color: #0C0C0C;
}

.bg-custom-red {
    background-color: #D10000;
}

.hover\:bg-custom-red:hover {
    background-color: #D10000;
}

.text-custom-red {
    color: #D10000;
}

.hover\:text-custom-red:hover {
    color: #D10000;
}