/* @font-face {
    font-family: 'LT Saeada';
    src: url('LTSaeada-Regular.woff2') format('woff2'),
        url('LTSaeada-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

.brand-h1 {
    font-family: 'LT Saeada', sans-serif;
    font-size: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 720px) {
    .brand-h1 {
        font-size: 3rem;
    }
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

.social-icons img {
    width: 80px;
    height: 80px;
    margin: 0 1rem;
}
