/*
 Theme Name: Holistic Orthopaedics Theme
 Template: astra
 Version: 1.0.0
 Text-Domain: Holistic Orthopaedics
*/

/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Theme Overrides / Global
 * =====================================================================================================================
 */
 
:root {
    --fw-bold: 700;
    
    --c-white: #ffffff;
}
 
 
/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Footer
 * =====================================================================================================================
 */
 
footer p,
footer li {
    color: var(--c-white) !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

footer p a,
footer li a {
    color: var(--c-white) !important;
    font-weight: var(--fw-bold) !important;
}