/* Lexend Deca */
@font-face {
  font-family: "Lexend Deca";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/packages/gynzy_ui/assets/google_fonts/LexendDeca-Medium.woff2")
    format("woff2");
}

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/packages/gynzy_ui/assets/google_fonts/OpenSans-Regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/packages/gynzy_ui/assets/google_fonts/OpenSans-SemiBold.woff2")
    format("woff2");
}

#unsupported-browser[hidden] {
  display: none;
}

#unsupported-browser {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  box-sizing: border-box;
  background-color: #effaff; /* Sky 100 */
  font-family: "Open Sans", sans-serif;
  color: #556474; /* paragraph */
  line-height: 1.5;
}

.unsupported-browser-card {
  max-width: 560px;
  background: #ffffff;
  border: 1px solid #e5e5e5; /* neutral-200 */
  border-radius: 12px; /* rounded-xl */
  padding: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.unsupported-browser-logo {
  width: 140px;
  margin-bottom: 24px;
}

#unsupported-browser h1 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #2a3541; /* heading */
  margin: 16px 0 8px;
}

#unsupported-browser p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
}

#unsupported-browser a {
  color: #1f5e7f; /* Sky 1100 */
  text-decoration: underline;
}

#unsupported-browser a:hover {
  color: #28759f; /* Sky 800 */
}

.unsupported-browser-divider {
  border: none;
  border-top: 1px solid #e5e5e5; /* neutral-200 */
  margin: 24px 0;
}

.unsupported-browser-info {
  margin-top: 8px;
  padding: 16px;
  background: #effaff; /* Sky 100 */
  border: 1px solid #d6eef9; /* Sky 200 */
  border-radius: 8px;
}

.unsupported-browser-info code {
  display: block;
  font-family: monospace;
  font-size: 13px;
  word-break: break-all;
  color: #556474; /* paragraph */
}
