/*
Theme Name: Majestic Novels Theme
Description: Standalone WordPress theme for a novel/web-novel reading platform — styled to match the Majestic Translations look (cream background, pink accents, dark teal panels, sage-green buttons). Works together with the "Majestic Novels" plugin.
Version: 1.0.0
Author: Waseem
Text Domain: majestic-novels-theme
*/

:root {
  --mt-bg-cream: #0A0A0A;
  --mt-pink-accent: #FFFFFF;
  --mt-dark-teal: #151515;
  --mt-sage-green: #FFFFFF;
  --mt-text-dark: #FFFFFF;
  --mt-text-muted: #B3B3B3;
  --mt-card-bg: #151515;
  --mt-card-radius: 8px;
  --mt-pill-radius: 999px;
  --mt-shadow: 0 4px 14px rgba(0,0,0,0.4);
}