@import "tailwindcss";

@theme inline {
  --color-primary: #0592d8;
  --color-primary-dark: #0478b0;
}

html,
body {
  height: 100%;
}

body {
  background: #f5f6fa;
  color: #2c3e50;
  font-family: Arial, Helvetica, sans-serif;
}
