/*
Theme Name: Wolf Engineering Child
Theme URI: https://wolfengineering.co
Description: Custom Bootscore child theme for Wolf Engineering with custom post types, ACF integration, and dynamic functionality
Author: Wolf Engineering
Author URI: https://wolfengineering.co
Template: bootscore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wolfeng-child
*/

/* Import parent theme styles */
@import url("../bootscore/style.css");

/* ============================================
   CSS Variables - Design System
   ============================================ */
:root {
    /* Colors */
    --color-black: #000;
    --color-white: #ffffff;
    --color-dark-blue: #273473;
    --color-light-blue: #7482ac;
    --color-lightest-blue: #b8c0d5;
    --color-lightest-grey: #f5f5f5;
    --color-light-grey: #aeacaf;
	--color-mid-grey: #4a4849;
    --color-dark-grey: #666666;

    /* Typography - Font Families */
    --font-primary: 'Archivo', sans-serif;
    --font-secondary: 'Inter', sans-serif;
}

/* Additional custom styles are loaded from assets/css/custom.css */
