* {
    font-family: "Almarai", sans-serif;
}

/* TYPOGRAPHY */
h1,
.h1 {
    font-weight: 700;
}
h2,
.h2 {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}
/* END TYPOGRAPHY */

/* BUTTONS */
.watch-draw-btn > img {
    transform: rotateZ(180deg);
}
/* END BUTTONS */

/* BALL */
.ball p {
    font-weight: 700;
}
/* END BALL */

/* COUNTDOWN */
.countdown-container > div:nth-child(even) {
    font-weight: 700;
}
/* END COUNTDOWN */

/* CUSTOM TABLE */
.custom-table th:first-child,
.custom-table td:first-child {
    padding-right: 0;
}
.custom-table th:last-child {
    padding-left: 0;
}
/* END CUSTOM TABLE */

/* FORM CONTROLS */
.pos-search-btn {
    left: 0;
}
/* END FORM CONTROLS */

@media (min-width: 576px) {
    /* MARGIN */
    .ms-sm-auto {
        margin-right: auto;
    }
    .me-sm-0 {
        margin-left: 0;
    }
    /* END MARGIN */
}
@media (min-width: 768px) {
    /* MARGIN */
    .me-md-0 {
        margin-left: 0;
    }
    /* END MARGIN */

    /* SHORTCUTS */
    .shortcuts > a:first-child {
        border-top-right-radius: clamp(0px, 0.55vw, 10px);
        border-bottom-right-radius: clamp(0px, 0.55vw, 10px);
    }
    .shortcuts > a:last-child {
        border-top-left-radius: clamp(0px, 0.55vw, 10px);
        border-bottom-left-radius: clamp(0px, 0.55vw, 10px);
    }
    .shortcuts a:not(:first-child) {
        border-right: solid clamp(1px, 0.1vw, 1.5px) var(--primary);
    }
    .shortcuts a:not(:last-child) {
        border-left: solid clamp(1px, 0.1vw, 1.5px) var(--primary);
    }
    /* END SHORTCUTS */
}
