.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.main-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(images/main-cover.jpg);
}

.text-primary {
    color: #000 !important;
}

a.text-primary:hover {
    color: #23B700 !important;
}

.navbar-toggler {
    border: 0;
}