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

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

:root {
    --font-sans: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 0.95rem;
    --input-container-height: 70px;
    --select-container-height: 70px;
    --field-container-radius: calc(var(--radius) + 4px);
    --app-background: #3e4e22;
    --app-foreground: #f8faef;
    --section-background: #4e6420;
    --background: #3e4e22;
    --foreground: #f8faef;
    --card: #3e4e22;
    --card-foreground: #f8faef;
    --popover: #3e4e22;
    --popover-foreground: #f8faef;
    --primary: #e5f0c1;
    --primary-foreground: #48582d;
    --secondary: #465820;
    --secondary-foreground: #697147;
    --muted: #6b7c46;
    --muted-foreground: #d8e8a8;
    --accent: #60752f;
    --accent-foreground: #f8faef;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #465820;
    --input: #60752f;
    --input-background: #3e4e22;
    --ring: #c9df86;
    --toolbar: #3e4e22;
    --toolbar-foreground: #f8faef;
    --toolbar-border: #465820;
    --footer-background: #6b7c46;
    --footer-foreground: #f8faef;
    --footer-muted-foreground: #d8e8a8;
    --footer-border: #465820;
    --footer-link: #f8faef;
    --footer-link-hover: #e5f0c1;
    --footer-accent: #60752f;
    --exchange-text-background: #6b7c46;
    --exchange-text-foreground: #d8e8a8;
    --exchange-text-border: #465820;
    --exchange-amount-background: #6b7c46;
    --exchange-amount-foreground: #f8faef;
}

.dark {
    --app-background: #3e4e22;
    --app-foreground: #f8faef;
    --section-background: #4e6420;
    --background: #3e4e22;
    --foreground: #f8faef;
    --card: #3e4e22;
    --card-foreground: #f8faef;
    --popover: #3e4e22;
    --popover-foreground: #f8faef;
    --primary: #e5f0c1;
    --primary-foreground: #48582d;
    --secondary: #465820;
    --secondary-foreground: #697147;
    --muted: #6b7c46;
    --muted-foreground: #d8e8a8;
    --accent: #60752f;
    --accent-foreground: #f8faef;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #465820;
    --input: #60752f;
    --input-background: #3e4e22;
    --ring: #c9df86;
    --toolbar: #3e4e22;
    --toolbar-foreground: #f8faef;
    --toolbar-border: #465820;
    --footer-background: #6b7c46;
    --footer-foreground: #f8faef;
    --footer-muted-foreground: #d8e8a8;
    --footer-border: #465820;
    --footer-link: #f8faef;
    --footer-link-hover: #e5f0c1;
    --footer-accent: #60752f;
    --exchange-text-background: #6b7c46;
    --exchange-text-foreground: #d8e8a8;
    --exchange-text-border: #465820;
    --exchange-amount-background: #6b7c46;
    --exchange-amount-foreground: #f8faef;
}

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