/**
 * Theme Name: Bluey Theme
 * Theme URI: https://dibujosbluey.com
 * Author: Bluey Layout Team
 * Author URI: https://dibujosbluey.com
 * Description: Tema Full Site Editing inspirado en Bluey con bloques personalizados para personajes, episodios y juegos.
 * Version: 1.0.0
 * Requires at least: 6.5
 * Tested up to: 6.6
 * Requires PHP: 7.4
 * Text Domain: bluey-theme
 * Tags: full-site-editing, block-patterns, custom-blocks, entertainment, kid-friendly
 */

@import url("./assets/css/modern.css");

:root {
  --bluey-blue: var(--wp--preset--color--bluey-blue, #4a90e2);
  --bingo-orange: var(--wp--preset--color--bingo-orange, #f5a623);
  --bandit-blue: var(--wp--preset--color--bandit-blue, #2c3e50);
  --chilli-red: var(--wp--preset--color--chilli-red, #e74c3c);
  --neon-purple: var(--wp--preset--color--neon-purple, #8b5cf6);
  --bubble-pink: var(--wp--preset--color--bubble-pink, #f472b6);
  --sky-cyan: var(--wp--preset--color--sky-cyan, #22d3ee);
  --sun-yellow: var(--wp--preset--color--sun-yellow, #facc15);
  --bluey-background: var(--wp--preset--color--background, #fefefe);
  --bluey-foreground: var(--wp--preset--color--foreground, #1a1a1a);
}

body {
  font-family: var(--wp--preset--font-family--fredoka, 'Fredoka', sans-serif);
  background: var(--bluey-background);
  color: var(--bluey-foreground);
  transition: background 300ms ease, color 300ms ease;
}

body[data-theme="dark"] {
  background: #050914;
  color: #f8fafc;
}
