.f-dark-blue{ color:#2a3144;}
.f-dark-peach{ color:#c19894;}
.f-blue{ color:#78C0E0;}
.f-purple{ color:#6B4E71;}
.f-2{ color:#A2ABAB;}
.f-white{ color: white !important; }
.f-black{ color: black !important; }

.f-gudea{ font-family: 'Gudea', sans-serif;}
.f-overpass{font-family: 'Overpass', sans-serif;}

h1{
    font-family: 'Overpass', sans-serif;
    font-weight: bold !important;
    font-size: clamp(48px, 6vw, 66px) !important;
    color: #282828;
}

h2{
    font-family: 'Overpass', sans-serif;
    font-size: 70px;
    background: -webkit-linear-gradient(#4d3e66, #666699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3{
    font-family: 'Overpass', sans-serif;


}

a, p{
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

a:hover{
    background-color: #4b99c0;
    color: white;
}

p.light{
    font-size: 18px !important;
    color: #252525 !important;
}

p.light-grey{
    font-size: 16px;
    color: #4f4f4f;
}

p.light-white{
    font-size: 16px;
    color: #C3C3C3;
}

.light-grey{
    color: #4f4f4f;
}

.light-white{
    color: #C3C3C3;
    font-weight: 200;
}

ul, li{
    font-family: 'Overpass', sans-serif;
    font-weight: 400;

}

.details-link {
    color: rgb(100 100 100) !important;
}

.press-link {
    color: white !important;
    font-size: 16px;
}

.press-quote{
    font-size: 16px;
}

.portfolio-text{
    color: white;
    font-size: 16px;
}

.portfolio-text-light{
    color: white;
    font-size: 13px;
    font-weight: 100;
}

.portfolio-link{
    color: #4b99c0;
    padding-right: 10px;
    font-weight: 200px;
    font-size: 16px;
    padding: 5px;
    text-align: right;
}
