.poppins-regular {
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: normal;
  }

  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

.noto-serif-jp {
  font-family: "Noto Serif JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.dancing-script {
  font-family: "Dancing Script", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}