/*
 * Сгенерировано дизайн-конструктором 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: #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-border: #e4e4e7;
    --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;
}

.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-border: #27272a;
    --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;
}

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