@font-face {
    font-family: geologica-bold;
    src: url('../fonts/geologica/Geologica-Bold.ttf');
}

@font-face {
    font-family: geologica-regular;
    src: url('../fonts/geologica/Geologica-Regular.ttf');
}

@font-face {
    font-family: geologica;
    src: url('../fonts/geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf');
}

.radius-24 {
    border-radius: 24px;
}
.radius-12 {
    border-radius: 12px;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-1 {
    z-index: 1;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
.h-10 {
    height: 10%;
}
.h-20 {
    height: 20%;
}
.h-30 {
    height: 30%;
}
.h-40 {
    height: 40%;
}
.h-50 {
    height: 50%;
}
.h-60 {
    height: 60%;
}
.h-70 {
    height: 70%;
}
.h-80 {
    height: 80%;
}
.h-90 {
    height: 90%;
}
.h-100 {
    height: 100%;
}
.fz-12 {
    font-size: 12px;
}
.fz-10 {
    font-size: 14px;
}

.fz-1r {
    font-size: 1rem;
}

.fz-1.2r {
    font-size: 1.2rem;
}

.fz-title {
    font-size: 56px;
}
.dark-link-hover:hover {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.text-primary {
    color: #740fa6 !important;
}
.text-primary-2 {
    color: #cc0199 !important;
}
.text-dark-secondary {
    color: #373737 !important;
}
.bg-gray {
    background-color: #051C2C1F;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* sm: phone - landscape */
@media (max-width: 576px) {
}

/* md: tablet */
@media (max-width: 768px) {
}

/* lg: desktop */
@media (max-width: 992px) {
}

/* xl: wide */
@media (max-width: 1200px) {
}

/* super wide */
@media (max-width: 1440px) {
}
