body {
    font-family: "Manrope", "Segoe UI", sans-serif;
}
.footer-bottom span {
    font-size: 13px;
}
.footer-bottom button, .footer-bottom a {
    font-size: 13px;
}
.footer-grid .footer-contact > a {
    font-size: 15px !important;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-grid .footer-contact > a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 8px 0 !important;
    color: #fff !important;
    font-family: var(--font-heading);
    font-weight: 500;
    white-space: nowrap;
}
.footer-contact svg {
    font-size: 24px;
}
.footer-grid h3 {
    font-weight: 600;
}
