:root {
  --fud-navy: #0A1B2E;
  --fud-blue: #2563EB;
  --fud-blue-light: #3B82F6;
  --fud-cream: #FAF7F2;
  --fud-gradient: linear-gradient(135deg, #0A1B2E 0%, #3B82F6 100%);
  --fud-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fud-logo {
  display: block;
  width: 240px;
  height: auto;
}

.fud-logo-icon {
  display: block;
  width: 40px;
  height: auto;
}
