/* css styles */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1:wght@100..900&family=M+PLUS+Rounded+1c&display=swap');

body {
  /*
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  */

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
