@font-face {
  font-family: "Poppins";
  src: URL("../Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(../icons.woff2) format("woff2");
}

/* Body styles */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  user-select: none; /* Disable user selection for body */
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Container styles */
.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  margin-top: 10px;
}

/* Feedback section styles */
#feedback {
  margin-top: 10px;
}

#help {
  cursor: help;
}
