
/* ---------- FONTES PERSONALIZADAS ---------- */
@font-face {
    font-family: "BR";
    src: url("../fonts/body_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HTR";
    src: url("../fonts/HitmarkerText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HTCD";
    src: url("../fonts/HitmarkerCondensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "T9";
    src: url("../fonts/coldwar.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "T10";
    src: url("../fonts/bosix.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HCD";
    src: url("../fonts/HitmarkerCondensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "MWIII";
    src: url("../fonts/coldwar.ttf") format("truetype");
    font-weight: normal;
}

/* For Chrome, Safari, Edge, and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* For Internet Explorer, Edge, and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}
