@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:900,400,500,700");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

:root {
  --ease-hover: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-hover: 0.25s;
  --shadow-hover: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-hover-lg: 0 12px 32px rgba(15, 23, 42, 0.12);
  --shadow-hover-blue: 0 8px 20px rgba(59, 130, 246, 0.28);
  --color-hover-bg: #f8fafc;
  --border-hover: #e2e8f0;
}
