# Fluent.css
A css-only implementation of Microsoft's Fluent Design Language.
Fluent.css automatically styles native HTML elements (buttons, inputs, dialogs, etc.) into Fluent themed components.
It provides utility classes for theming, sizing, and variants, with built-in light/dark theme support.
Works standalone or integrates seamlessly with Tailwind CSS using the same utility class syntax.
## Import
Import from CDN in HTML head (recommended):
```html
```
Or in CSS:
```css
@import "https://esm.sh/gh/aipx-proto/fluent-css@main/build/fluent.css?raw";
```
---
## Tailwind Integration (Optional)
Fluent.css integrates cleanly with Tailwind using the same class syntax and CSS @layer definitions. Tailwind is **NOT** required.
### Import Order (CRITICAL):
```html
```
### Usage Rules:
- Use Tailwind classes for layout, flexbox, grid, spacing
- Use Fluent.css for component styling
- Write **only** semantic HTML with utility classes
- **DO NOT** write CSS in `