/***** THEMES ******/
[data-theme="rust"] {
    --color-title: #ffffff;
    --color-text: #c0c0d5;
    --background--900: #1e1e29;
    --background--700: #2c2c3c;
    --color-primary: #cd412b;
    --color-secondary: #ffffff;
    --color-danger: #cd412b;
    --color-success: #a6cd63;
    --background-primary: 205, 65, 43;
    --background-secondary: 255, 255, 255; /* RGB */
    --background-danger: 205, 65, 43; /* RGB */
    --background-success: 166, 205, 99; /* RGB */
    --font-family-title: 'Bebas Neue', cursive;
    --border-radius: 0;
    --border-width: 0;
    --border: none;
}
[data-theme="rust"] .btn.btn--secondary {background: rgba(var(--background-title), .05);}
[data-theme="rust"] .btn.btn--secondary:hover {background: rgba(var(--background-title), .1);}
[data-theme="rust"] .nav a {font-family: var(--font-family-title);}
[data-theme="rust"] .filter-tag__body {bottom: 0;}

[data-theme="csgo"] {
    --color-title: white;
    --color-text: #c0c0d5;
    --background-900: #1e1e29;
    --background-700: #2c2c3c;
    --color-primary: #FF9119;
    --color-success: #05f509;
    --background-primary: 255, 145, 25;
    --background--success: 5, 245, 9;
    --font-family-title: 'Quantico', sans-serif;
    --border-radius: .5rem;
    --border-width: 1px;
    --border: var(--border-width) solid transparent;
}
[data-theme="csgo"] h1, [data-theme="csgo"] h2, [data-theme="csgo"] h3, [data-theme="csgo"] h4 {text-transform: uppercase;}
[data-theme="csgo"] .nav a {font-family: var(--font-family-title); text-transform: uppercase;}
