/*
Theme Name: Furrybloom Festival
Theme URI: https://example.com/themes/furrybloom
Author: Pawket Studio
Author URI: https://example.com
Description: A modern, event-focused WordPress theme tailored for Furry conventions. It ships with a card-driven magazine homepage, elegant article layout, multilingual-ready navigation, and thoughtful touches inspired by real-world con photos.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furrybloom
Tags: custom-colors, custom-logo, custom-menu, featured-images, translation-ready, one-column, two-columns, grid-layout
*/

:root {
  --fb-bg: #f7f5fb;
  --fb-surface: #ffffff;
  --fb-panel: #fefbff;
  --fb-border: #e2daff;
  --fb-text: #1e1c30;
  --fb-muted: #5f587a;
  --fb-primary: #7c3aed;
  --fb-primary-dark: #5b2cd0;
  --fb-accent: #ff87c4;
  --fb-success: #3cc4a5;
  --fb-warning: #ffce5c;
  --fb-radius: 24px;
  font-size: 16px;
}

body {
  margin: 0;
  background: var(--fb-bg);
  color: var(--fb-text);
  font-family: "Nunito", "PingFang SC", "HarmonyOS Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--fb-radius) - 6px);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
