/*
Theme Name: Firefly WP
Theme URI: https://github.com/makotowu/Firefly
Author: Trae AI
Author URI: https://trae.ai
Description: A WordPress port of the Firefly Astro theme.
Version: 1.0.0
License: MIT
Text Domain: firefly
Tags: blog, one-column, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, translation-ready
*/

/* Basic Reset */
* {
    box-sizing: border-box;
}
