/*
Theme Name:     PMLENS-Elementics
Theme URI:      https://kcdhub.com/themes/pmlens-elementics
Description:    Child theme of Elementic — Book Project writing journey showcase. Features book listing, timeline, journey detail, and author profile pages.
Author:         Khong Le Truong
Author URI:     https://kcdhub.com
Template:       elementic
Version:        1.0.2
Text Domain:    pmlens-elementics
*/

/* ============================================
   DESIGN TOKENS (CSS Custom Properties)
   Ref: documentation/spec-official/3.PMLENS-Elementics-theme-style-guide.md
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    /* Colors */
    --pmlens-primary: #1F3A5F;
    --pmlens-primary-light: #E0F2FE;
    --pmlens-accent: #10B981;
    --pmlens-bg: #F8FAFC;
    --pmlens-surface: #FFFFFF;
    --pmlens-text: #334155;
    --pmlens-text-muted: #64748B;
    --pmlens-border: #E2E8F0;
    --pmlens-danger: #EF4444;
    --pmlens-like: #3B82F6;

    /* Journey type colors */
    --pmlens-type-idea: #8B5CF6;
    --pmlens-type-writing: #3B82F6;
    --pmlens-type-research: #F59E0B;
    --pmlens-type-milestone: #10B981;
    --pmlens-type-reading: #EC4899;
    --pmlens-type-argumentative: #F97316;

    /* Typography */
    --pmlens-font-sans: 'Inter', system-ui, -apple-system, sans-serif;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 40px;
    --space-3xl: 60px;

    /* Radius */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-full: 50%;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.02);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.05);

    /* Container */
    --container-max: 1200px;
}
