* {
    font-family: "Source Sans 3", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}
.text-gray-light {
    color: rgba(97, 97, 97, 1)
}
.text-gray-86 {
    color: rgba(86, 86, 86, 1);
}
@media screen and (max-width: 440px) {
    .mobile-logo {
        width: 166px !important;
    }
}