/* h2 {
    color: red;
} */

@font-face {
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Basis Grotesque Pro"), url(../fonts/basis-grotesque-pro-regular.woff) format("woff");
}

@font-face {
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 700;
    src: local("Basis Grotesque Pro Bold"), url(../fonts/basis-grotesque-pro-bold.woff) format("woff");
}

body{
    font-family: Basis Grotesque Pro, Verdana, sans-serif !important;
}

.bg-dark {
    background-color: #6E32E0 !important;
    background-image: none !important;
}