/**
 * MIT License
 *
 * Copyright (c) 2021-2022 FoxxoSnoot
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

:root {
    --brand_color: #35b96f;
    --brand_color_darkened: #258b51;
    --font_family: 'Source Sans Pro', sans-serif;
    --divider_color: #2c2f35;

    --body_bg: #171e24;
    --body_color: #edf2f5;
    --link_color: #55a9e0;
    --link_color_hover: #87c3ec;

    --currency_icon_normal: url('/img/currency.png');
    --currency_icon_light: url('/img/currency_light.png');
    --currency_icon_navbar: url('/img/currency.png');

    --headshot_bg: #374651;

    --navbar_bg: #222c34;
    --navbar_color: #f4f7f8;
    --navbar_border_color: #303c45;
    --navbar_box_shadow: 0 2px 8px #0c141b60;
    --navbar_headshot_bg: #374651;

    --sidebar_bg: #1d262d;
    --sidebar_bg_hover: #29343d;
    --sidebar_border_color: #303b44;
    --sidebar_box_shadow: none;
    --sidebar_title_color: #a7b4bd;
    --sidebar_title_border_color: #53616a;
    --sidebar_link_color: #e0e7eb;
    --sidebar_notification_bg: #267fba;
    --sidebar_notification_color: #fff;

    --section_bg: #202a32;
    --section_bg_hover: #2a3740;
    --section_bg_disabled: #2a343c;
    --section_bg_inside: #2a3740;
    --section_color: #edf2f5;
    --section_color_disabled: #bcc6cc;
    --section_border_color: #33414b;
    --section_border_color_inside: #3a4852;
    --section_box_shadow: 0 1px 3px #0c141b40;

    --input_bg: #182127;
    --input_bg_disabled: #27323a;
    --input_bg_focus: #182127;
    --input_color: #edf2f5;
    --input_color_placeholder: #aebbc3;
    --input_border_color: #3a4852;
    --input_border_color_focus: #37b773;

    --text_muted_color: #a6b2ba;

    --btn_info_bg: #2c3144;
    --btn_info_color: #fff;
}
