/*
 * Сгенерировано дизайн-конструктором iEXExchanger.
 * Источник настроек: админка iEXExchanger и сохранённые ключи оформления.
 * Не редактируйте этот файл вручную: изменения нужно публиковать из админ-панели.
 * © iEXExchanger. Все права защищены.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 0.75rem;
    --input-container-height: 50px;
    --select-container-height: var(--input-container-height);
    --field-container-radius: calc(var(--radius) + 4px);
    --input-border-radius: var(--field-container-radius);
    --ex-list-item-border-radius: calc(var(--radius) + 4px);
    --control-height: 2rem;
    --control-height-sm: max(1.5rem, calc(var(--control-height) - 0.25rem));
    --control-height-lg: calc(var(--control-height) + 0.25rem);
    --app-background: #fafafa;
    --app-foreground: #18181b;
    --section-background: #f4f4f5;
    --background: #ffffff;
    --foreground: #18181b;
    --card: #ffffff;
    --card-foreground: #18181b;
    --popover: #ffffff;
    --popover-foreground: #18181b;
    --primary: #18181b;
    --primary-foreground: #fafafa;
    --secondary: #f4f4f5;
    --secondary-foreground: #18181b;
    --muted: #f4f4f5;
    --muted-foreground: #71717a;
    --accent: #f4f4f5;
    --accent-foreground: #18181b;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #e4e4e7;
    --input: #e4e4e7;
    --input-background: #ffffff;
    --ring: #18181b;
    --toolbar: #ffffff;
    --toolbar-foreground: #18181b;
    --toolbar-primary: var(--primary);
    --toolbar-primary-foreground: var(--primary-foreground);
    --toolbar-muted: var(--muted);
    --toolbar-muted-foreground: var(--muted-foreground);
    --toolbar-accent: var(--accent);
    --toolbar-accent-foreground: var(--accent-foreground);
    --toolbar-border: #e4e4e7;
    --toolbar-ring: var(--ring);
    --footer-background: #f4f4f5;
    --footer-foreground: #18181b;
    --footer-muted-foreground: #71717a;
    --footer-border: #e4e4e7;
    --footer-link: #18181b;
    --footer-link-hover: #18181b;
    --footer-accent: #f4f4f5;
    --exchange-text-background: #f4f4f5;
    --exchange-text-foreground: #71717a;
    --exchange-text-border: #e4e4e7;
    --exchange-amount-background: #f4f4f5;
    --exchange-amount-foreground: #18181b;
    --header-logotype-color: var(--toolbar-primary);
    --primary-button-bg-color: var(--primary);
    --primary-button-text-color: var(--primary-foreground);
    --menu-active-bg-color: var(--accent);
    --menu-active-text-color: var(--accent-foreground);
    --exchange-selected-child-bg: color-mix(in oklab, var(--primary) 8%, transparent);
    --exchange-selected-child-color: var(--foreground);
    --ex-search-input-bg: var(--input-background);
    --ex-search-input-border: var(--input);
    --ex-search-input-text-color: var(--foreground);
    --ex-search-input-placeholder-color: var(--muted-foreground);
    --order-review-background: var(--card);
    --order-review-color: var(--card-foreground);
    --ui-skeleton-base: var(--muted);
}

.dark {
    --app-background: #09090b;
    --app-foreground: #fafafa;
    --section-background: #18181b;
    --background: #09090b;
    --foreground: #fafafa;
    --card: #09090b;
    --card-foreground: #fafafa;
    --popover: #09090b;
    --popover-foreground: #fafafa;
    --primary: #fafafa;
    --primary-foreground: #18181b;
    --secondary: #27272a;
    --secondary-foreground: #fafafa;
    --muted: #27272a;
    --muted-foreground: #a1a1aa;
    --accent: #27272a;
    --accent-foreground: #fafafa;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #27272a;
    --input: #27272a;
    --input-background: #09090b;
    --ring: #d4d4d8;
    --toolbar: #09090b;
    --toolbar-foreground: #fafafa;
    --toolbar-primary: var(--primary);
    --toolbar-primary-foreground: var(--primary-foreground);
    --toolbar-muted: var(--muted);
    --toolbar-muted-foreground: var(--muted-foreground);
    --toolbar-accent: var(--accent);
    --toolbar-accent-foreground: var(--accent-foreground);
    --toolbar-border: #27272a;
    --toolbar-ring: var(--ring);
    --footer-background: #27272a;
    --footer-foreground: #fafafa;
    --footer-muted-foreground: #a1a1aa;
    --footer-border: #27272a;
    --footer-link: #fafafa;
    --footer-link-hover: #fafafa;
    --footer-accent: #27272a;
    --exchange-text-background: #27272a;
    --exchange-text-foreground: #a1a1aa;
    --exchange-text-border: #27272a;
    --exchange-amount-background: #27272a;
    --exchange-amount-foreground: #fafafa;
    --header-logotype-color: var(--toolbar-primary);
    --primary-button-bg-color: var(--primary);
    --primary-button-text-color: var(--primary-foreground);
    --menu-active-bg-color: var(--accent);
    --menu-active-text-color: var(--accent-foreground);
    --exchange-selected-child-bg: color-mix(in oklab, var(--primary) 8%, transparent);
    --exchange-selected-child-color: var(--foreground);
    --ex-search-input-bg: var(--input-background);
    --ex-search-input-border: var(--input);
    --ex-search-input-text-color: var(--foreground);
    --ex-search-input-placeholder-color: var(--muted-foreground);
    --order-review-background: var(--card);
    --order-review-color: var(--card-foreground);
    --ui-skeleton-base: var(--muted);
}

body, input, button, textarea, select {
    font-family: var(--font-sans);
}
