/* Ozsm.net Bootstrap Base Styles */
@import "tailwindcss";

@theme {
  --color-primary: #0d46f2;
  --color-background-dark: #0b0e14;
  --color-neutral-dark: #161b2c;
  --color-border-dark: #222c49;
}

@layer base {
  body {
    @apply bg-background-dark text-slate-100 antialiased font-sans;
  }
}

@layer components {
  .container {
    @apply mx-auto max-w-[1200px] px-4;
  }
}
