/*
 * Сгенерировано дизайн-конструктором 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: #faf5ff;
    --app-foreground: #ffffff;
    --section-background: #f3e8ff;
    --background: #ffffff;
    --foreground: #3b0764;
    --card: #ffffff;
    --card-foreground: #3b0764;
    --popover: #ffffff;
    --popover-foreground: #3b0764;
    --primary: #9333ea;
    --primary-foreground: #ffffff;
    --secondary: #e9d5ff;
    --secondary-foreground: #581c87;
    --muted: #faf5ff;
    --muted-foreground: #7e22ce;
    --accent: #d8b4fe;
    --accent-foreground: #581c87;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #e9d5ff;
    --input: #d8b4fe;
    --input-background: #ffffff;
    --ring: #9333ea;
    --toolbar: #d9aee5;
    --toolbar-foreground: #ffffff;
    --toolbar-border: #5600b3;
    --footer-background: #270042;
    --footer-foreground: #ffffff;
    --footer-muted-foreground: #ffffff;
    --footer-border: #e9d5ff;
    --footer-link: #ffffff;
    --footer-link-hover: #ffffff;
    --footer-accent: #d8b4fe;
    --exchange-text-background: #faf5ff;
    --exchange-text-foreground: #7e22ce;
    --exchange-text-border: #e9d5ff;
    --exchange-amount-background: #faf5ff;
    --exchange-amount-foreground: #3b0764;
}

.dark {
    --app-background: #3b0764;
    --app-foreground: #faf5ff;
    --section-background: #581c87;
    --background: #3b0764;
    --foreground: #faf5ff;
    --card: #3b0764;
    --card-foreground: #faf5ff;
    --popover: #3b0764;
    --popover-foreground: #faf5ff;
    --primary: #c084fc;
    --primary-foreground: #3b0764;
    --secondary: #6b21a8;
    --secondary-foreground: #faf5ff;
    --muted: #6b21a8;
    --muted-foreground: #e9d5ff;
    --accent: #7e22ce;
    --accent-foreground: #faf5ff;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #6b21a8;
    --input: #7e22ce;
    --input-background: #3b0764;
    --ring: #c084fc;
    --toolbar: #3b0764;
    --toolbar-foreground: #faf5ff;
    --toolbar-border: #6b21a8;
    --footer-background: #6b21a8;
    --footer-foreground: #faf5ff;
    --footer-muted-foreground: #e9d5ff;
    --footer-border: #6b21a8;
    --footer-link: #faf5ff;
    --footer-link-hover: #c084fc;
    --footer-accent: #7e22ce;
    --exchange-text-background: #6b21a8;
    --exchange-text-foreground: #e9d5ff;
    --exchange-text-border: #6b21a8;
    --exchange-amount-background: #6b21a8;
    --exchange-amount-foreground: #faf5ff;
}

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