/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
/* theme-overrides.css */
:root {
    /* Brand */
    --bs-primary: #6EC992;
    --bs-primary-rgb: 110, 201, 146;

    --bs-secondary: #689063;
    --bs-secondary-rgb: 104, 144, 99;

    /* States */
    --bs-success: #6EC992;
    --bs-success-rgb: 110, 201, 146;

    --bs-info: #6997B5;
    --bs-info-rgb: 105, 151, 181;

    --bs-warning: #F59E0B;
    --bs-warning-rgb: 245, 158, 11;

    --bs-danger: #EF4444;
    --bs-danger-rgb: 239, 68, 68;

    /* Base */
    --bs-light: #F4F8F5;
    --bs-light-rgb: 244, 248, 245;

    --bs-dark: #161E15;
    --bs-dark-rgb: 22, 30, 21;

    --bs-body-bg: #F9FBF9;
    --bs-body-color: #161E15;

    --bs-heading-color: #161E15;

    /* Links */
    --bs-link-color: #6EC992;
    --bs-link-hover-color: #57b87c;

    /* Neutral */
    --bs-gray: #6B7280;
}