:root {
    --mont: "Montserrat", sans-serif;
    --bebas: "Bebas Neue", sans-serif;
    --dorado: #D7B369;
    --verde: #77AA00;
    --rojo: #C62828;
    --celeste: #00FFFF;
}

body {
    font-family: var(--mont);
}

.mont52blanca {
    font-family: var(--mont);
    font-weight: 700;
    font-style: italic;
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 63px;
    color: white;
}

.mont32blanca {
    font-family: var(--mont);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 39px;
    color: white;
}

.mont32negra {
    font-family: var(--mont);
    font-weight: 800;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 22px;
    color: black;
    margin: 0px;
}

.bebas60dorado {
    font-family: var(--bebas);
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 63px;
    color: var(--dorado);
}

.bebas60dorado>span {
    color: black;
}

.mont21negro {
    font-family: var(--mont);
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 25px;
    color: black;
    font-style: italic;
}

.bebas48negro {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 50px;
    color: black;
}

.bebas48dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 50px;
    color: var(--dorado);
}

.bebas48dorado>span {
    color: white;
}

.mont18blanco {
    font-family: var(--mont);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: white;
    text-wrap-style: balance;
}

.bebas26dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 37px;
    color: var(--dorado);
}

.mont28negro {
    font-family: var(--mont);
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 22px;
    color: black;
    text-wrap-style: balance;
}

.mont22blanco {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    color: white;
}

.mont18dorado {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: var(--dorado);
}