@font-face {
    font-family: 'Grotzec Condensed';
    src: url(fonts/GrotzecCond-Demibold.otf);
}

@font-face {
    font-family: 'Onest';
    src: url(fonts/Onest-VariableFont_wght.ttf);
}
.lvp-surface-bg{
   background-color:#F3F3F3;
}

.lvp-ocean-blue {
    color: #4B59A8 !important;
}
.lvp-default-black{
color: black;
}
.lvp-xlarge-text {
    font-family: 'Onest';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion.one {
    width: 69%;
}
  .accordion-button:focus {
  box-shadow: none !important;
}
  /* ends */

@media screen and (max-width: 576px) {

    /* fonts and colors */
    h1 {
        font-family: "Grotzec Condensed";
        font-size: 48px;
        font-weight: 700;
        line-height: auto;
    }

    h2 {
        font-family: "Grotzec Condensed";
        font-size: 38px;
        font-weight: 700;
        line-height: auto;
    }

    h3 {
        font-family: "Grotzec Condensed";
        font-size: 28px;
        font-weight: 700;
        line-height: auto;
    }

    h4 {
        font-family: "Grotzec Condensed";
        font-size: 24px;
        font-weight: 700;
        line-height: auto;
    }
}
 /* fonts and colors */
 h1{
    font-family: "Grotzec Condensed";
    font-size: 72px;
    font-weight: 600;
}
h2{
    font-family: "Grotzec Condensed";
    font-size: 56px;
    font-weight: 600;
}
h3{
    font-family: "Grotzec Condensed";
    font-size: 48px;
    font-weight: 600;
}
h4 {
    font-family: "Grotzec Condensed";
    font-size: 36px;
    font-weight: 600;
}
h5{
    font-family: 'Grotzec Condensed';
    font-size: 28px;
    font-weight: 600;
}
h6 {
    font-family: 'Grotzec Condensed';
    font-size: 24px;
    font-weight: 600;
}
.lvp-large-text , ::marker {
    font-family: 'Onest';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}