 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

    body {
      font-family: 'Montserrat', sans-serif;
    }

    .cursive-text {
      font-family: 'Brush Script MT', cursive;
    }

  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }

  html {
    scroll-behavior: smooth;
  }

  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .text-stroke-white {
    -webkit-text-stroke: 1.5px white;
    text-stroke: 1.5px white;
  }

  .font-pacifico {
    font-family: 'Pacifico', cursive;
  }