/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Description:  RredBird Studios Custom Theme
 Version:      1.0.0
*/

:root {
    /* --- RredBird Light Palette --- */
    --bg-app: #F9FAFB;       /* Light Cool Grey */
    --bg-card: #FFFFFF;      /* White */
    --primary: #E11D48;      /* RredBird Red */
    --primary-hover: #BE123C;
    --accent-tech: #4F46E5;  /* Indigo */
    --text-main: #111827;    /* Near Black */
    --text-muted: #6B7280;   /* Grey */
    
    /* UI Variables */
    --radius-card: 12px;
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}