:root {
  --sn-dark: #0d013d;
  --sn-pink: #ff00c5;
  --sn-cyan: #2fffe5;
  --sn-yellow: #ffb25e;
}

:root {
  --themecolor: #31ffe6;
}

body {
  font-family: "Ubuntu", "Jersey 25", "Jersey 15", "Poppins", "Helvetica Neue",
    Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
    "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif;
}

#header {
  position: relative;
  background-color: #fff;
}

.shadow-bg {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.text-linear {
  background-image: linear-gradient(270deg, #b50cff 0%, #fc075b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-shadow: 0px 0px 10px #b50cff, 0px 0px 20px #fc075b; */
}

@tailwind base;
@tailwind components;
@tailwind utilities;
