@import "tailwindcss";

@theme {
  --color-atlas-ink: #172019;
  --color-atlas-sidebar: #111713;
  --color-atlas-lime: #b8f52e;
  --color-atlas-canvas: #f4f6f4;
  --color-atlas-muted: #6c786f;
  --color-atlas-border: #dde3de;
}

:root {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

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