/* Offline Fallback Styles */
.offline-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fef3c7;
  border-bottom: 1px solid #f59e0b;
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #92400e;
  z-index: 1000;
  display: none;
}

.offline-notice.show {
  display: block;
}

/* Font loading fallback */
@font-face {
  font-family: "Inter Fallback";
  font-style: normal;
  font-weight: 400;
  src: local("Arial"), local("Helvetica"), local("sans-serif");
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

.font-inter-fallback {
  font-family: "Inter Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
}
