@font-face {
    font-family: 'sensa_sans'; /* Replace with your font's name */
    src: url('/assets/fonts/sensa-sans/SensaSans-RegularDemo.otf') format('opentype'); /* Path to the font file */
}




.finger_paint {
    font-family: "Finger Paint", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sensa_sans {
    font-family: "sensa_sans", "sans_serif";
    font-weight: 400;
    font-style: normal;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.lato {
    font-family: "Lato", serif;
    font-style: normal;
}

.garamond {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
}

.pacifico {
    font-family: "Pacifico", serif;
    font-style: normal;
}

.dancing_script {
    font-family: "Dancing Script", serif;
    font-style: normal;
}

.poppins {
    font-family: "Poppins", serif;
    font-style: normal;
  }
  