*{
    scroll-behavior: smooth;
}

@font-face {
    font-family: FounderLight;
    src: url('../font/FoundersGrotesk-Light.otf');
}
@font-face {
    font-family: FounderMeduim;
    src: url('../font/FoundersGrotesk-Medium.otf');
}
@font-face {
    font-family: FounderRegular;
    src: url('../font/FoundersGrotesk-Regular.otf');
}
@font-face {
    font-family: FounderSemibold;
    src: url('../font/FoundersGrotesk-Semibold.otf');
}
@font-face {
    font-family: FounderBold;
    src: url('../font/FoundersGrotesk-Bold.otf');
}

/* @font-face {
    font-family: FounderLight;
    src: url('{{ "font/FoundersGrotesk-Light.otf" | absURL }}');
}
@font-face {
    font-family: FounderMeduim;
    src: url('{{ "font/FoundersGrotesk-Medium.otf" | absURL }}');
}
@font-face {
    font-family: FounderRegular;
    src: url('{{ "font/FoundersGrotesk-Regular.otf" | absURL }}');
}
@font-face {
    font-family: FounderSemibold;
    src: url('{{ "font/FoundersGrotesk-Semibold.otf" | absURL }}');
}
@font-face {
    font-family: FounderBold;
    src: url('{{ "font/FoundersGrotesk-Bold.otf" | absURL }}');
} */


*{
    font-family: FounderRegular;
}

h1{
    font-family: FounderBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2{
    font-family: FounderSemibold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3{
    font-family: FounderMeduim;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h4{
    font-family: FounderLight;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
p{
    font-family: FounderRegular;
}

.menu a{
    font-family: FounderMeduim;
}

span{
    font-family: FounderBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-menu-s{
    font-family: FounderLight;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
    #titulo-hero{
        line-height: 3.3rem;
    }

}