html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #2d2825;
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Outfit", sans-serif;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 4px solid #ffcc00;
  box-shadow: 0 12px 35px 0 rgba(45, 40, 37, 0.08);
}

.btn-glow {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-glow:hover {
  box-shadow: 0 8px 25px rgba(255, 204, 0, 0.5);
  transform: translateY(-2px);
}

.text-stroke-bg {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(45, 40, 37, 0.08);
  user-select: none;
}

.blob-shape {
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #fffaea;
}

::-webkit-scrollbar-thumb {
  background: #ffcc00;
  border: 3px solid #fffaea;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e5b800;
}

@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 60s linear infinite;
}

.marker-yellow {
  background: #ffcc00;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}

body.is-english-page .c-page-top,
body.is-english-page .c-page-top:hover,
body.is-english-page .c-page-top:focus {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #2d2825;
}

body.is-english-page .c-page-top svg,
body.is-english-page .c-page-top path,
body.is-english-page .c-page-top::before {
  fill: #2d2825;
  color: #2d2825;
  border-color: #2d2825;
}
