@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --blue-950: #0a1e3d;
  --blue-600: #2563eb;
  --logo-color: #9BBFCC;
  --logo-color-dark: #2d5a6d;
}

html {
  scroll-behavior: smooth;
}

body {
  @apply antialiased;
}

/* Delikatne tło dla ofert łódek */
.bg-boats-subtle {
  background-color: #f8fafc;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(37, 99, 235, 0.06) 1px, transparent 0);
  background-size: 28px 28px;
}
