/* Generated at: 1761679078 */
/* 
 * 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: #f5f6fa;
    --color-primary-100: #e8ebf3;
    --color-primary-200: #c0cef7;
    --color-primary-300: #93acf1;
    --color-primary-400: #6285ea;
    --color-primary-500: #1D4ED8;
    --color-primary-600: #1e50dc;
    --color-primary-700: #1d4ed8;
    --color-primary-800: #123187;
    --color-primary-900: #12265f;
    --color-primary-950: #0c1a41;

    /* 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: #f5faf8;
    --color-success-100: #e7f3ef;
    --color-success-200: #bdf9e5;
    --color-success-300: #8ef5d3;
    --color-success-400: #5bf1bf;
    --color-success-500: #10b981;
    --color-success-600: #14e6a0;
    --color-success-700: #13e19d;
    --color-success-800: #0c8d62;
    --color-success-900: #0e6346;
    --color-success-950: #094330;

    /* Warning color scale */
    --color-warning-50: #faf8f5;
    --color-warning-100: #f4efe7;
    --color-warning-200: #fce4ba;
    --color-warning-300: #fad089;
    --color-warning-400: #f8bb54;
    --color-warning-500: #f59e0b;
    --color-warning-600: #f09a0a;
    --color-warning-700: #eb970a;
    --color-warning-800: #935f06;
    --color-warning-900: #67440a;
    --color-warning-950: #462e07;

    /* Danger color scale */
    --color-danger-50: #faf5f5;
    --color-danger-100: #f3e7e7;
    --color-danger-200: #f9bdbd;
    --color-danger-300: #f58e8e;
    --color-danger-400: #f15b5b;
    --color-danger-500: #ef4444;
    --color-danger-600: #e61414;
    --color-danger-700: #e21313;
    --color-danger-800: #8d0c0c;
    --color-danger-900: #630e0e;
    --color-danger-950: #430909;

    /* Info color scale */
    --color-info-50: #f5f8fa;
    --color-info-100: #e7f0f3;
    --color-info-200: #bce7fb;
    --color-info-300: #8cd6f8;
    --color-info-400: #57c4f5;
    --color-info-500: #0ea5e9;
    --color-info-600: #0ea7ec;
    --color-info-700: #0ea4e7;
    --color-info-800: #096690;
    --color-info-900: #0b4965;
    --color-info-950: #083245;

    /* 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;
}

