/* Twende - Global Styles */

html {
  scroll-behavior: smooth;
}

body,
html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f2937;
  font-weight: 400;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  margin: 0;
  line-height: 1.2;
}

:where(a) {
  text-decoration: none;
  color: inherit;
}

:where(a):hover,
:where(a):focus {
  text-decoration: none;
}

/* Loading state */
.app-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-size: 1.125rem;
  color: #666;
}
