:root {
    --primary: #F3BB04;
    --primary-hover: #DBA903;
    --red: #DC1A34;
    --white: #FFFFFF;

    --bg-page: #242424;
    --bg-header: #F3BB04;
    --bg-input: #2A2A2A;
    --bg-input-focus: #2A2A2A;
    --bg-prefix: #2A2A2A;

    --text-primary: #FFFFFF;
    --text-label: #7A7A7A;
    --text-muted: #555555;
    --text-placeholder: #4A4A4A;

    --border: #383838;
    --border-focus: #F3BB04;
    --border-error: #DC1A34;

    --header-h: 70px;
    --input-h: 54px;
    --btn-h: 54px;
    --page-px: 20px;

    --r-input: 8px;
    --r-btn: 10px;

    --font-brand: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;

    --t-fast: 150ms ease;
    --t-base: 250ms ease;
}