/* Add all your custom CSS here */

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.outfit-font {
    font-family: 'Outfit', sans-serif;
}

.logo-div img {
    width: 209px !important;
}

.footer-logo a {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 210px;
}