@font-face {
    font-family: 'FormaDJRDeck';
    src: url('fonts/FormaDJRDeck-Regular-Testing.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad Pro Light';
    src: url('fonts/MyriadPro-Light.otf') format('opentype');
}

.formaDJR {
    font-family: 'FormaDJRDeck', sans-serif;
}

.myriad {
    font-family: 'Myriad Pro', sans-serif;
}

.myriad-light {
    font-family: 'Myriad Pro Light', sans-serif;
}

.fs-30 {
    font-size: clamp(13px, 2vw, 30px);
}

.text-595959 {
    color: #595959;
}

.text-2b2a2a {
    color: #2b2a2a;
}

.fs-24 {
    font-size: clamp(16px, 1.8vw, 24px);
}

.fs-20 {
    font-size: clamp(14px, 1.5vw, 20px);
}

.fs-21 {
    font-size: clamp(14px, 1.6vw, 21px);
}

.mh-25 {
        height: 60px;
    }

@media (min-width: 375px) {}

@media (min-width: 425px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .mh-25 {
        height: 80px;
    }

}

@media (min-width: 1400px) {}

@media (min-width: 2560px) {}