body {
  font-family: "Be Vietnam Pro", sans-serif;
}

.glow-yellow {
  box-shadow: 0 0 40px rgba(254, 237, 1, 0.15);
}

.feature-card:hover {
  border-color: #feed01;
  box-shadow: 0 0 20px rgba(254, 237, 1, 0.1);
}

.notranslate {
  translate: no;
}

.material-symbols-outlined::before {
  content: attr(data-icon);
}

#how-modal .material-symbols-outlined::before {
  content: attr(data-icon);
}
