h1{
    font-family: 'Museo-Light';
    font-size: 70px;
    line-height: 75px;
    color: var(--secondary--color);
}

h2{
    font-family: 'Museo-Bold';
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    color: var(--secondary--color);
}
    
h3{
    font-family: 'Museo-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: var(--secondary--color);
}
h4{
    font-family: 'Museo-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--secondary--color);
}
h5{
    font-family: 'Museo-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--accent-color);
}

h6{
    font-weight: 400;
    font-size: 20px;
    line-height: auto;
    color: var(--secondary--color);
}

p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary--color);
}

.sub_p{
    font-weight:400;
    font-size: 18px;
    line-height: 30px;
    color: var(--secondary--color);
}