/*
Theme Name:   Pathways PQCHC
Theme URI:    https://pqchc.com/
Template:     kadence
Author:       Pinecrest-Queensway Community Health Centre
Description:  Kadence child theme for the Pathways Ottawa program at PQCHC. Implements the PQCHC brand palette, Arial typography, custom post types (FAQ, Testimonial), and six block patterns matching the approved mockup.
Version:      1.0.0
Requires PHP: 7.4
Tested up to: 6.5
Text Domain:  pathways-pqchc
*/

/* Minimal child-theme overrides. Most styling lives in theme.json. */
:root {
    --pq-darkblue: #094357;
    --pq-blue:     #228491;
    --pq-green:    #64c191;
    --pq-orange:   #f05a44;
    --pq-yellow:   #f1b122;
    --pq-grey:     #4c4c4c;
}

body { font-family: Arial, Helvetica, sans-serif; color: var(--pq-grey); }

/* Accessible keyboard focus in PQ Yellow */
a:focus-visible, button:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--pq-yellow);
    outline-offset: 2px;
}

/* Right-to-left tweaks for Arabic */
html[dir="rtl"] body { text-align: right; }
