body {
    font-size: 1.1rem;
}

.lead {
    font-size: 1.2rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Inter";
    font-weight: bold;
}

h1 {font-size: 4rem !important;}
.btn {border-radius: 0;}
.is-container {padding:0;}
.homevideo {
    width: 100%;
    height: 500px;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 3rem !important;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 2rem !important;
    }
}

.bg-primary {
    background: #000 !important;
}
