/*
 * GPS Cloud project CSS.
 * Global Divi utility classes and component styles will be added here.
 */

:root {
  --gps-primary: #00aeef;
  --gps-secondary: #0081b8;
  --gps-brand-dark: #2a388f;
  --gps-web-navy: #0a1e33;
  --gps-footer-navy: #0b192c;
  --gps-bg-section: #f8fafc;
  --gps-bg-light: #f1f5f9;
  --gps-border-color: #e2e8f0;
  --gps-bg-section-tint: #f0f7ff;
  --gps-text-main: #0f172a;
  --gps-text-body: #334155;
  --gps-text-muted: #64748b;
  --gps-accent-green: #10b981;
  --gps-accent-yellow: #f59e0b;
  --gps-accent-red: #ef4444;
  --gps-font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--gps-font-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gps-font-main);
}

.gps-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: var(--gps-bg-section-tint);
  color: var(--gps-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}