/*
Theme Name: StoryTemplate
Theme URI: https://example.com/storytemplate
Author: Isael
Author URI: https://example.com
Description: Dark, story-driven WordPress theme powered by Tailwind CSS CDN.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storytemplate
*/

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background-color: #0f172a;
    color: #e2e8f0;
}

a {
    color: #8b5cf6;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #a855f7;
}
