/*
Theme Name: ExportPress
Theme URI: https://github.com/exportpress/theme
Author: Tech Factory Limited
Author URI: https://techfactory.com
Description: Enterprise B2B Custom Theme Framework for Export & Import Companies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exportpress
Domain Path: /languages
*/

/* ==========================================================================
   Design Tokens (CSS Variables) - Rajib Trade Center Corporate Palette
   ========================================================================== */
:root {
    /* Color Palette */
    --theme-primary: #0b3b60;
    --theme-secondary: #599b24;
    --theme-accent: #4fa626;
    --theme-text: #1c2541;
    --theme-bg: #f8f9fa;
    --theme-border: #e2e8f0;
    --theme-white: #ffffff;

    /* Extended tints */
    --theme-primary-light: rgba(11, 59, 96, 0.06);
    --theme-secondary-light: rgba(89, 155, 36, 0.06);

    /* Fonts — Inter loaded via Google Fonts */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    /* Layout Spacing Scale */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3.5rem;
    --spacing-2xl: 5rem;

    /* Shadow Scale (elevation) */
    --shadow-sm: 0 1px 3px rgba(11, 59, 96, 0.04);
    --shadow-md: 0 4px 16px rgba(11, 59, 96, 0.04);
    --shadow-lg: 0 12px 36px rgba(11, 59, 96, 0.08);

    /* Border Radius Scale */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
}

