/*
Theme Name:  RSA Hello Elementor Child
Description: Child theme for Raahen Seudun Asuntosäätiö
Template:    hello-elementor
Version:     1.0.0
Author:      WTF Design
Text Domain: rsa-theme
*/

/* ─── Brand tokens ─────────────────────────────────── */
:root {
    --rsa-blue:         #1B4F9B;
    --rsa-blue-dark:    #143d7a;
    --rsa-blue-mid:     #2E6AC7;
    --rsa-blue-light:   #EAF2FB;
    --rsa-orange:       #E8622A;
    --rsa-orange-dark:  #c74e1e;
    --rsa-dark:         #1A2332;
    --rsa-text:         #3D4A5C;
    --rsa-muted:        #6B7A8D;
    --rsa-border:       #D9E6F7;
    --rsa-white:        #FFFFFF;
    --rsa-bg-soft:      #F5F9FF;

    --rsa-radius:       8px;
    --rsa-radius-lg:    14px;
    --rsa-shadow-sm:    0 2px 12px rgba(27,79,155,0.07);
    --rsa-shadow-md:    0 4px 24px rgba(27,79,155,0.13);
    --rsa-transition:   0.2s ease;
}
