@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&family=Space+Grotesk:wght@500;700&display=swap";
/* [project]/frontend/traffic/styles/variables.module.css [client] (css) */
:root {
  --color-primary: #0f766e;
  --color-primary-dark: #0f172a;
  --color-accent: #f97316;
  --color-bg: #fff;
  --color-bg-gradient: linear-gradient(135deg, #f8fafc 0%, #e6f2f0 100%);
  --color-shadow: 0 8px 28px #0f766e1f;
  --color-card: #f1f5f9;
  --color-border: #e5e7eb;
  --color-error: #ef4444;
  --color-success: #16a34a;
  --radius: 1.25rem;
  --radius-sm: .75rem;
  --radius-lg: 2rem;
  --font-heading: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 6px 22px #0f766e1f;
  --shadow-mobile: 0 2px 3px #0f172a26;
  --transition: .2s cubic-bezier(.4, 0, .2, 1);
  --space-xxs: .25rem;
  --space-xs: .5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --breakpoint-mobile: 600px;
  --breakpoint-tablet: 900px;
  --breakpoint-desktop: 1200px;
}

/* [project]/frontend/traffic/styles/globals.css [client] (css) */
:root {
  font-family: var(--font-body);
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8fafc;
  font-size: 16px;
  line-height: 1.5;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--color-bg-gradient);
  color: #0f172a;
  min-height: 100vh;
}

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

a:focus, a:hover {
  color: var(--color-primary);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

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

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 600px) {
  .container {
    padding: 0 .75rem;
  }
}

/* [project]/frontend/traffic/styles/variables.module.css [client] (css) */
:root {
  --color-primary: #0f766e;
  --color-primary-dark: #0f172a;
  --color-accent: #f97316;
  --color-bg: #fff;
  --color-bg-gradient: linear-gradient(135deg, #f8fafc 0%, #e6f2f0 100%);
  --color-shadow: 0 8px 28px #0f766e1f;
  --color-card: #f1f5f9;
  --color-border: #e5e7eb;
  --color-error: #ef4444;
  --color-success: #16a34a;
  --radius: 1.25rem;
  --radius-sm: .75rem;
  --radius-lg: 2rem;
  --font-heading: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 6px 22px #0f766e1f;
  --shadow-mobile: 0 2px 3px #0f172a26;
  --transition: .2s cubic-bezier(.4, 0, .2, 1);
  --space-xxs: .25rem;
  --space-xs: .5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --breakpoint-mobile: 600px;
  --breakpoint-tablet: 900px;
  --breakpoint-desktop: 1200px;
}

/*# sourceMappingURL=frontend_traffic_styles_91b254d3._.css.map*/