/*!
Theme Name: Bright Autonomy
Theme URI: 
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com/
Description: 
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bright-autonomy
Tags: custom-logo, custom-menu, featured-images, translation-ready, acf, flexible-content, starter
*/

/*
=============================================================================
Design Tokens
=============================================================================
*/

:root {

	/* Brand Colors */
    --bright-color-primary:   #4DACE8;   /* Main brand color — headings, primary buttons, active states */
    --bright-color-secondary: #000000;   /* Supporting brand color — hover states, secondary accents */
    --bright-color-accent:    #4DACE8;   /* Highlight / CTA / link color */

    /* Neutral */
    --bright-color-dark:   #000000;      /* Dark text and dark section backgrounds */
    --bright-color-mid:    #DBDBDB;      /* Borders, muted text, disabled states */
    --bright-color-subtle: #666666;      /* Very light section background tint, body text */
    --bright-color-light:  #ffffff;      /* White / reversed-text backgrounds */

    /* Semantic aliases — wire once, change via brand colors above */
    --bright-color-text:       var(--bright-color-subtle);
    --bright-color-background: var(--bright-color-light);
    --bright-color-heading:    var(--bright-color-dark);
    --bright-color-link:       var(--bright-color-accent);

    /* Typography */
    --bright-font-heading: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --bright-font-body:    'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	/* Container */
    --bright-container-max: 87rem;       /* 1392px */
    --bright-layout-padding: 1.5rem;       /* 24px — base gutter; bumped at 1200/1600 (see layout-padding) */


	/* Buttons */
    --bright-btn-padding-y:   1rem;  /* 20px */
    --bright-btn-padding-x:   2.8125rem;  /* 25px */
    --bright-btn-font-size:   1.125rem;   /* 18px */
    --bright-btn-font-weight: 500;
    

	/* Border Radius */
    --bright-border-radius:    0.625rem;   /* 10px */
    --bright-border-radius-sm: 0.375rem;   /* 6px  */


	/* Transition */
    --bright-transition: 0.3s ease;

    /* Header Height
    --header-height: 6rem; */


    /*
	-----------------------------------------------------------------------
       Breakpoints (reference)
       CSS custom properties can't be used in @media queries.
       xs: 0  sm: 576  md: 768  lg: 992  xl: 1200  xxl: 1400
    -----------------------------------------------------------------------
	*/
}

/*
=============================================================================
Client Project Styles
=============================================================================
Add all project-specific overrides and custom styles below.
*/
