/*
Theme Name: PA Women Work
Author: RedTree Web Design
Author URI: https://redtreewebdesign.com/
Description: Customized theme to add a member portal.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: pww
Template: breakdance-zero-theme

Requires Breakdown Zero Theme & Breakdance plugin to be installed.
/*--------------------------------------------------------------*/

:root {
    --pww-accent-color: rgba(76, 101, 166, .9);
    --pww-accent-color-hover: #364876;
}

.has-text-align-center {
    text-align: center;
}


/* Force the Desktop/Large layout at a lower width threshold */

:root {
    --tec-container-width-medium: 450px !important;
    /* Default is usually 600px */
    --tec-container-width-large: 650px !important;
    /* Default is usually 768px or 960px */
}