@font-face {
    font-family: "CF Asty Plaisio";
    src: url("../fonts/CFAstyPlaisio-Light.woff2") format("woff2"), url("../fonts/CFAstyPlaisio-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CF Asty Plaisio";
    src: url("../fonts/CFAstyPlaisio-Bold.woff2") format("woff2"), url("../fonts/CFAstyPlaisio-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CF Asty Plaisio";
    src: url("../fonts/CFAstyPlaisio-Regular.woff2") format("woff2"), url("../fonts/CFAstyPlaisio-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html{
    scroll-behavior: smooth;
    scroll-padding: 5rem;
}

@media(max-width:576px){
    html{
        scroll-padding: 3rem;
    }
}

body {
    font-family: "CF Asty Plaisio", sans-serif;
}

.font-secondary{
    font-family:"pf-venue",sans-serif;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background: white !important;
    width: 30px;
    height: 3px;
    opacity: 1 !important;
}

.hamburger-box {
    width: 30px;
}

