/* Generated at: 1780423799 */
/* 
 * Dynamic Theme CSS - Pro Default
 * Generated from database theme settings
 * Auto-generated color scales using Flowbite Pro standards
 */

:root {
    /* Primary color scale */
    --color-primary-50: #f5f7fa;
    --color-primary-100: #e7ecf3;
    --color-primary-200: #bdd4fa;
    --color-primary-300: #8eb5f6;
    --color-primary-400: #5a93f2;
    --color-primary-500: #082A63;
    --color-primary-600: #1362e7;
    --color-primary-700: #1260e2;
    --color-primary-800: #0b3c8e;
    --color-primary-900: #0d2d63;
    --color-primary-950: #091f44;

    /* Gray color scale */
    --color-gray-50: #f7f7f8;
    --color-gray-100: #ededee;
    --color-gray-200: #d8dade;
    --color-gray-300: #bcc0c7;
    --color-gray-400: #9ea3ae;
    --color-gray-500: #6B7280;
    --color-gray-600: #727988;
    --color-gray-700: #6f7785;
    --color-gray-800: #464a53;
    --color-gray-900: #34373d;
    --color-gray-950: #232529;

    /* Success color scale */
    --color-success-50: #f5f9f6;
    --color-success-100: #e9f1eb;
    --color-success-200: #c6f1cf;
    --color-success-300: #9de7ad;
    --color-success-400: #70dc88;
    --color-success-500: #2CB34A;
    --color-success-600: #31c953;
    --color-success-700: #30c451;
    --color-success-800: #1e7b33;
    --color-success-900: #1a5727;
    --color-success-950: #113b1b;

    /* Warning color scale */
    --color-warning-50: #faf9f5;
    --color-warning-100: #f4f0e7;
    --color-warning-200: #fbe9bb;
    --color-warning-300: #f9da8b;
    --color-warning-400: #f6c956;
    --color-warning-500: #F2B313;
    --color-warning-600: #edae0d;
    --color-warning-700: #e8aa0d;
    --color-warning-800: #916a08;
    --color-warning-900: #654c0b;
    --color-warning-950: #453407;

    /* Danger color scale */
    --color-danger-50: #faf5f5;
    --color-danger-100: #f3e8e8;
    --color-danger-200: #f7c2bf;
    --color-danger-300: #f29692;
    --color-danger-400: #ec6660;
    --color-danger-500: #E63A32;
    --color-danger-600: #df241b;
    --color-danger-700: #da231b;
    --color-danger-800: #881611;
    --color-danger-900: #601411;
    --color-danger-950: #410e0b;

    /* Info color scale */
    --color-info-50: #f5f7f9;
    --color-info-100: #e8ebf2;
    --color-info-200: #c3d2f3;
    --color-info-300: #98b2eb;
    --color-info-400: #698fe2;
    --color-info-500: #2F63D7;
    --color-info-600: #285dd2;
    --color-info-700: #275bcd;
    --color-info-800: #193980;
    --color-info-900: #162b5a;
    --color-info-950: #0f1d3e;

    /* Basic colors */
    --color-white: #ffffff;
    --color-black: #000000;

    /* Typography */
    --font-family: 'Inter, ui-sans-serif, system-ui, -apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji';
    --heading-font: 'Inter, ui-sans-serif, system-ui, -apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji';

    /* Component styles */
    --button-radius: 0.5rem;
    --button-padding: 0.625rem 1.25rem;
    --logo-height: 2rem;
    --content-width: 80rem;
}

