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

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

:root {
    --font-sans: 'Onest', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 1rem;
    --input-container-height: 50px;
    --select-container-height: 50px;
    --field-container-radius: calc(var(--radius) + 4px);
    --app-background: #080E1E;
    --app-foreground: #FFFFFF;
    --section-background: #151B2D;
    --background: #080E1E;
    --foreground: #FFFFFF;
    --card: #080E1E;
    --card-foreground: #FFFFFF;
    --popover: #080E1E;
    --popover-foreground: #FFFFFF;
    --primary: #0094FF;
    --primary-foreground: #FFFFFF;
    --secondary: #21455F;
    --secondary-foreground: #FFFFFF;
    --muted: #181F31;
    --muted-foreground: #676F86;
    --accent: #21455F;
    --accent-foreground: #FFFFFF;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: rgb(255 255 255 / 0.12);
    --input: rgb(255 255 255 / 0.14);
    --input-background: #080E1E;
    --ring: #0094FF;
    --toolbar: #080E1E;
    --toolbar-foreground: #FFFFFF;
    --toolbar-border: rgb(255 255 255 / 0.12);
    --footer-background: #181F31;
    --footer-foreground: #FFFFFF;
    --footer-muted-foreground: #676F86;
    --footer-border: rgb(255 255 255 / 0.12);
    --footer-link: #FFFFFF;
    --footer-link-hover: #0094FF;
    --footer-accent: #21455F;
    --exchange-text-background: #181F31;
    --exchange-text-foreground: #676F86;
    --exchange-text-border: rgb(255 255 255 / 0.12);
    --exchange-amount-background: #181F31;
    --exchange-amount-foreground: #FFFFFF;
}

.dark {
    --app-background: #080E1E;
    --app-foreground: #FFFFFF;
    --section-background: #151B2D;
    --background: #080E1E;
    --foreground: #FFFFFF;
    --card: #080E1E;
    --card-foreground: #FFFFFF;
    --popover: #080E1E;
    --popover-foreground: #FFFFFF;
    --primary: #0094FF;
    --primary-foreground: #FFFFFF;
    --secondary: #21455F;
    --secondary-foreground: #FFFFFF;
    --muted: #181F31;
    --muted-foreground: #676F86;
    --accent: #21455F;
    --accent-foreground: #FFFFFF;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: rgb(255 255 255 / 0.12);
    --input: rgb(255 255 255 / 0.14);
    --input-background: #080E1E;
    --ring: #0094FF;
    --toolbar: #080E1E;
    --toolbar-foreground: #FFFFFF;
    --toolbar-border: rgb(255 255 255 / 0.12);
    --footer-background: #181F31;
    --footer-foreground: #FFFFFF;
    --footer-muted-foreground: #676F86;
    --footer-border: rgb(255 255 255 / 0.12);
    --footer-link: #FFFFFF;
    --footer-link-hover: #0094FF;
    --footer-accent: #21455F;
    --exchange-text-background: #181F31;
    --exchange-text-foreground: #676F86;
    --exchange-text-border: rgb(255 255 255 / 0.12);
    --exchange-amount-background: #181F31;
    --exchange-amount-foreground: #FFFFFF;
}

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