/*
 * Сгенерировано дизайн-конструктором 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: #ecfdf5;
    --app-foreground: #022c22;
    --section-background: #d1fae5;
    --background: #ffffff;
    --foreground: #022c22;
    --card: #ffffff;
    --card-foreground: #022c22;
    --popover: #ffffff;
    --popover-foreground: #022c22;
    --primary: #059669;
    --primary-foreground: #ffffff;
    --secondary: #d1fae5;
    --secondary-foreground: #065f46;
    --muted: #ecfdf5;
    --muted-foreground: #047857;
    --accent: #a7f3d0;
    --accent-foreground: #064e3b;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #a7f3d0;
    --input: #6ee7b7;
    --input-background: #ffffff;
    --ring: #059669;
    --toolbar: #ffffff;
    --toolbar-foreground: #022c22;
    --toolbar-border: #a7f3d0;
    --footer-background: #ecfdf5;
    --footer-foreground: #022c22;
    --footer-muted-foreground: #047857;
    --footer-border: #a7f3d0;
    --footer-link: #022c22;
    --footer-link-hover: #059669;
    --footer-accent: #a7f3d0;
    --exchange-text-background: #ecfdf5;
    --exchange-text-foreground: #047857;
    --exchange-text-border: #a7f3d0;
    --exchange-amount-background: #ecfdf5;
    --exchange-amount-foreground: #022c22;
}

.dark {
    --app-background: #022c22;
    --app-foreground: #ecfdf5;
    --section-background: #064e3b;
    --background: #022c22;
    --foreground: #ecfdf5;
    --card: #022c22;
    --card-foreground: #ecfdf5;
    --popover: #022c22;
    --popover-foreground: #ecfdf5;
    --primary: #34d399;
    --primary-foreground: #022c22;
    --secondary: #065f46;
    --secondary-foreground: #ecfdf5;
    --muted: #065f46;
    --muted-foreground: #a7f3d0;
    --accent: #047857;
    --accent-foreground: #ecfdf5;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #065f46;
    --input: #047857;
    --input-background: #022c22;
    --ring: #34d399;
    --toolbar: #022c22;
    --toolbar-foreground: #ecfdf5;
    --toolbar-border: #065f46;
    --footer-background: #065f46;
    --footer-foreground: #ecfdf5;
    --footer-muted-foreground: #a7f3d0;
    --footer-border: #065f46;
    --footer-link: #ecfdf5;
    --footer-link-hover: #34d399;
    --footer-accent: #047857;
    --exchange-text-background: #065f46;
    --exchange-text-foreground: #a7f3d0;
    --exchange-text-border: #065f46;
    --exchange-amount-background: #065f46;
    --exchange-amount-foreground: #ecfdf5;
}

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