@font-face {
    font-display: swap;
    font-family: "Basetica";
    font-style: normal;
    font-weight: 600;
    src: local("Basetica Bold"), local("Basetica-Bold"),
        url("/fonts/basetica-bold-205TF.woff2") format("woff2"),
        url("/fonts/basetica-bold-205TF.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Basetica";
    font-style: normal;
    font-weight: 700;
    src: local("Basetica Black"), local("Basetica-Black"),
        url("/fonts/basetica-black-205TF.woff2") format("woff2"),
        url("/fonts/basetica-black-205TF.woff") format("woff");
}
body {
    font-family: "Roboto", "Helvetica Neue", "Arial", "Verdana", sans-serif;
    font-weight: 400;
}
a {
    color: #574cfa;
    text-decoration: none;
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary {
    align-items: center;
    background-color: #574cfa;
    border: 1px solid #574cfa;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 22px;
    padding: 23px 34px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.25s ease-in-out;
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

body {
    font-family: "Roboto", "Helvetica Neue", "Arial", "Verdana", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-weight: 600; */
    font-family: "Basetica", "Roboto", "Helvetica Neue", Arial, Verdana,
        sans-serif;
}
.hero-featured {
    color: #0a0c0e;
    font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding: 30px;
}
.hero-featured .hero-headline {
    font-size: 3rem;
    line-height: 1.1666666667;
}
.hero-featured .hero-subheadline {
    font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    color: #4a4f53;
}
.landing-features,
.main-content-container {
    background-color: #efefff;
}
.landing-features {
    margin-top: 0px;
}
.landing-features .icon-spotlight,
.landing-features .icon-spotlight-cream {
    height: 162px;
    padding-top: 0;
    width: 162px;
}
.icon-spotlight,
.icon-spotlight-cream {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.icon-grid .icon-wrap {
    margin: 0 auto 2.5rem;
}
.section-transition.on-black {
    background-color: #0a0c0e;
}
.landing-feature-gallery {
    background-color: #0a0c0e;
    color: #fff;
}
