/*
 * Сгенерировано дизайн-конструктором 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: 50px;
    --field-container-radius: calc(var(--radius) + 4px);
    --app-background: #fafaf9;
    --app-foreground: #1c1917;
    --section-background: #fffbeb;
    --background: #ffffff;
    --foreground: #1c1917;
    --card: #ffffff;
    --card-foreground: #1c1917;
    --popover: #ffffff;
    --popover-foreground: #1c1917;
    --primary: #d97706;
    --primary-foreground: #ffffff;
    --secondary: #fde68a;
    --secondary-foreground: #78350f;
    --muted: #fefce8;
    --muted-foreground: #92400e;
    --accent: #fcd34d;
    --accent-foreground: #78350f;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #fde68a;
    --input: #fcd34d;
    --input-background: #ffffff;
    --ring: #d97706;
    --toolbar: #ffffff;
    --toolbar-foreground: #1c1917;
    --toolbar-primary: #d97706;
    --toolbar-primary-foreground: #ffffff;
    --toolbar-muted: #fefce8;
    --toolbar-muted-foreground: #92400e;
    --toolbar-accent: #fcd34d;
    --toolbar-accent-foreground: #78350f;
    --toolbar-border: #fde68a;
    --toolbar-ring: #d97706;
    --footer-background: #fefce8;
    --footer-foreground: #1c1917;
    --footer-muted-foreground: #92400e;
    --footer-border: #fde68a;
    --footer-link: #1c1917;
    --footer-link-hover: #d97706;
    --footer-accent: #fcd34d;
    --exchange-text-background: #fefce8;
    --exchange-text-foreground: #92400e;
    --exchange-text-border: #fde68a;
    --exchange-amount-background: #fefce8;
    --exchange-amount-foreground: #1c1917;
}

.dark {
    --app-background: #0c0a09;
    --app-foreground: #fafaf9;
    --section-background: #1c1917;
    --background: #0c0a09;
    --foreground: #fafaf9;
    --card: #0c0a09;
    --card-foreground: #fafaf9;
    --popover: #0c0a09;
    --popover-foreground: #fafaf9;
    --primary: #fbbf24;
    --primary-foreground: #0c0a09;
    --secondary: #292524;
    --secondary-foreground: #fafaf9;
    --muted: #292524;
    --muted-foreground: #d6d3d1;
    --accent: #451a03;
    --accent-foreground: #fffbeb;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #44403c;
    --input: #92400e;
    --input-background: #0c0a09;
    --ring: #fbbf24;
    --toolbar: #0c0a09;
    --toolbar-foreground: #fafaf9;
    --toolbar-primary: #fbbf24;
    --toolbar-primary-foreground: #0c0a09;
    --toolbar-muted: #292524;
    --toolbar-muted-foreground: #d6d3d1;
    --toolbar-accent: #451a03;
    --toolbar-accent-foreground: #fffbeb;
    --toolbar-border: #44403c;
    --toolbar-ring: #fbbf24;
    --footer-background: #292524;
    --footer-foreground: #fafaf9;
    --footer-muted-foreground: #d6d3d1;
    --footer-border: #44403c;
    --footer-link: #fafaf9;
    --footer-link-hover: #fbbf24;
    --footer-accent: #451a03;
    --exchange-text-background: #292524;
    --exchange-text-foreground: #d6d3d1;
    --exchange-text-border: #44403c;
    --exchange-amount-background: #292524;
    --exchange-amount-foreground: #fafaf9;
}

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