/*
 * Сгенерировано дизайн-конструктором 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: #f8fafc;
    --app-foreground: #0f172a;
    --section-background: #f1f5f9;
    --background: #ffffff;
    --foreground: #0f172a;
    --card: #ffffff;
    --card-foreground: #0f172a;
    --popover: #ffffff;
    --popover-foreground: #0f172a;
    --primary: #2563eb;
    --primary-foreground: #ffffff;
    --secondary: #e2e8f0;
    --secondary-foreground: #1e293b;
    --muted: #f1f5f9;
    --muted-foreground: #64748b;
    --accent: #dbeafe;
    --accent-foreground: #1e3a8a;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #e2e8f0;
    --input: #cbd5e1;
    --input-background: #ffffff;
    --ring: #2563eb;
    --toolbar: #ffffff;
    --toolbar-foreground: #0f172a;
    --toolbar-border: #e2e8f0;
    --footer-background: #f1f5f9;
    --footer-foreground: #0f172a;
    --footer-muted-foreground: #64748b;
    --footer-border: #e2e8f0;
    --footer-link: #0f172a;
    --footer-link-hover: #2563eb;
    --footer-accent: #dbeafe;
    --exchange-text-background: #f1f5f9;
    --exchange-text-foreground: #64748b;
    --exchange-text-border: #e2e8f0;
    --exchange-amount-background: #f1f5f9;
    --exchange-amount-foreground: #0f172a;
}

.dark {
    --app-background: #020617;
    --app-foreground: #f8fafc;
    --section-background: #0f172a;
    --background: #020617;
    --foreground: #f8fafc;
    --card: #020617;
    --card-foreground: #f8fafc;
    --popover: #020617;
    --popover-foreground: #f8fafc;
    --primary: #60a5fa;
    --primary-foreground: #020617;
    --secondary: #1e293b;
    --secondary-foreground: #f8fafc;
    --muted: #1e293b;
    --muted-foreground: #94a3b8;
    --accent: #1e3a8a;
    --accent-foreground: #eff6ff;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #1e293b;
    --input: #334155;
    --input-background: #020617;
    --ring: #60a5fa;
    --toolbar: #020617;
    --toolbar-foreground: #f8fafc;
    --toolbar-border: #1e293b;
    --footer-background: #1e293b;
    --footer-foreground: #f8fafc;
    --footer-muted-foreground: #94a3b8;
    --footer-border: #1e293b;
    --footer-link: #f8fafc;
    --footer-link-hover: #60a5fa;
    --footer-accent: #1e3a8a;
    --exchange-text-background: #1e293b;
    --exchange-text-foreground: #94a3b8;
    --exchange-text-border: #1e293b;
    --exchange-amount-background: #1e293b;
    --exchange-amount-foreground: #f8fafc;
}

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