/*
Theme Name: SiChef Tailwind Light
Theme URI: https://sichef.me
Author: BigMethod
Description: Minimal Tailwind CSS theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: sichef-tailwind-light
*/

body {
  background-color: #f9fafb; /* slate-50 */
  color: #020617; /* slate-950 */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
