@font-face {
    font-family: 'Acumin Variable Concept'; /* Choose a name for your font */
    src: url('../../public/fonts/AcuminVariableConcept.otf') format('opentype'); /* Adjust the path if needed */
}
body {
    font-family: 'Acumin Variable Concept', sans-serif!important;
}

/* Optionally, override other elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Acumin Variable Concept', sans-serif!important;
    font-weight: 700!important;
}
h2{
    font-size: 36px!important;
}
h3{
    font-weight:500!important;
}
p, div, span {
    font-family: 'Acumin Variable Concept', sans-serif!important;
   
}

button, input {
    font-family: 'Acumin Variable Concept', sans-serif!important;
    font-weight: 700!important;
}.btn{
    font-weight:600!important;
}

