/*
Theme Name: Musiqi Təması
Theme URI: https://localhost/musiqi-temasi
Author: Theme Developer
Author URI: https://localhost/author
Description: Ein einfaches, sicheres und schnelles WordPress-Theme speziell für die Darstellung von Inhalten des Musiqi Məzmunu Plugins.
Version: 1.0
Requires at least: 5.6
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musiqi-temasi
Tags: music, responsive, clean, simple
*/

:root {
  --primary-color: #3498db;
  --secondary-color: #2c3e50;
  --light-bg: #f5f5f5;
  --dark-bg: #333333;
  --text-color: #333333;
  --light-text: #ffffff;
  --border-color: #dddddd;
  --success-color: #27ae60;
  --warning-color: #f39c12;
  --error-color: #e74c3c;
}

/* Basisstile werden in der separate CSS-Datei implementiert */ 