/*
Theme Name: Bapet Blog
Theme URI: https://bapet.nl/blog/
Author: Bapet
Author URI: https://bapet.nl
Description: Persian-first, RTL WordPress classic theme for the Bapet blog. Reproduces the Bapet-landing design system (MUI palette, DanaFaNum typography, soft pastel tones) with a hero, posts grid, and landing-style footer.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bapet-blog
Tags: blog, custom-logo, custom-menu, featured-images, rtl-language-support
*/

/* ==========================================================================
   Bapet Blog — Design tokens
   Source: DESIGN.md (Bapet-landing MUI palette, light scheme only)
   ========================================================================== */

:root {
  /* Colors */
  --primary-main: #FCCFD1;
  --primary-light: #FBE7E8;
  --primary-dark: #9E5C5F;
  --primary-contrast: #000000;

  --secondary-main: #C5F2E3;
  --secondary-light: #E6F9F3;
  --secondary-dark: #638378;
  --secondary-contrast: #000000;

  --tertiary-main: #000000;
  --tertiary-light: #C2C2C2;
  --tertiary-contrast: #FFFFFF;

  --accent-main: #AB7AE0;
  --accent-light: #EBD7FA;
  --accent-dark: #642AB5;
  --accent-contrast: #000000;

  --error-main: #FB2C36;
  --error-light: #FEDBDD;
  --error-dark: #9F0712;
  --error-contrast: #FFFFFF;

  --warning-main: #FFA45C;
  --warning-light: #FFE1CD;
  --warning-dark: #B57441;
  --warning-contrast: #000000;

  --success-main: #96C97F;
  --success-light: #D6F0C0;
  --success-dark: #59784C;
  --success-contrast: #000000;

  --info-main: #4589D8;
  --info-light: #DBEAFE;
  --info-dark: #2F50B5;
  --info-contrast: #FFFFFF;

  /* Neutrals */
  --text-primary: #0C0C0C;
  --text-secondary: #62666D;
  --background-default: #FFFFFF;
  --background-paper: #F7F7F7;
  --background-foreground: #EDEDED;
  --divider: #E0E0E2;
  --gray: #C2C2C2;
  --action-hover: #00000014;

  /* Shape */
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 100px;

  /* Typography scale (md / lg / sm) */
  --font-family: "DanaFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --h1: 3.5rem / 2.25rem;
  --h2: 2.5rem / 1.75rem;
  --h3: 2.25rem / 1.375rem;
  --h4: 1.75rem / 1.125rem;
  --h5: 1.5rem / 0.875rem;
  --h6: 1.125rem / 0.75rem;
  --body1: 1rem / 0.625rem;

  /* Spacing & layout */
  --space-base: 8px;
  --line-height: 1.5;
  --content-max: 1200px;
  --article-measure: 768px;
  --transition: 0.3s ease;
  --disabled-opacity: 0.48;
}
