@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma SemiBold'), local('Axiforma-SemiBold'),
        url('./fonts/Axiforma-SemiBold.woff2') format('woff2'),
        url('./fonts/Axiforma-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Thin'), local('Axiforma-Thin'),
        url('./fonts/Axiforma-Thin.woff2') format('woff2'),
        url('./fonts/Axiforma-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Regular'), local('Axiforma-Regular'),
        url('./fonts/Axiforma-Regular.woff2') format('woff2'),
        url('./fonts/Axiforma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Bold'), local('Axiforma-Bold'),
        url('./fonts/Axiforma-Bold.woff2') format('woff2'),
        url('./fonts/Axiforma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
    background: black;
    color: #fff;
    font-family: 'Axiforma';
}



.hero-subtitle {
    font-weight: lighter;
    font-size: 32px;
}


.hero-title {
    font-size: 64px;
    font-weight: 500;
}

.hero-title span {
    color: #fbda58;
}

.hero-subtext {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 3px;
}

.form-control {
    background-color: transparent !important;
    padding: 1em 1em;
    border-radius: 0;
    color: #fff !important;
}


.btn-yellow,
.btn-yellow:hover {

    width: 100%;
    background-color: #fbda58 !important;
    color: black !important;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    /* width: fit-content; */
}

.socials .social-item {
    background-color: #fbda58;
    color: black;
    padding: 8px;
    margin: 0 7px;
    font-size: 32px;
    line-height: 0;
    border-radius: 2px;
    align-items: center;
    box-sizing: content-box;
    display: inline-flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
}


@media screen and (max-width: 500px) {
    .hero-subtitle {
        font-size: 24px;
    }


    .hero-title {
        font-size: 48px;
    }

    .hero-subtext {
        font-weight: 100;
        font-size: 14px;
        letter-spacing: 3px;
    }
}