@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");

:root {
  --midnight: #0d1426;
  --periwinkle: #b7cffa;
  --sky: #e8f1ff;
  --lilac: #f0edff;
  --ivory: #f7f9fc;
  --muted: #5b6578;
  --border: rgba(13, 20, 38, 0.1);
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  font-family: var(--font) !important;
  color: var(--midnight);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-logo {
  font-family: var(--font) !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}
