/**
 * @license
 * Generated by Zeplin
 * Copyright (C) 2021 - present Zeplin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
    --background-light-green: #f1f6f4;
    --typography-black: #11110f;
    --background-light-purple: #EDF5FB;
    --typography-white: #ffffff;
    --colors-primary: #2600bd;
    --colors-green: #7cbfbc;
    --colors-yellow: #c79b40;
    --colors-primary-variant: #0030be;
    --colors-secondary: #f3b22b;
    --colors-secondary-variant: #ffcd3f;
    --greyscale-grey-06: #f2f2f2;
    --colors-error: #f22905;
    --greyscale-grey-05: #e0e0e0;
    --greyscale-grey-04: #bdbdbd;
    --greyscale-grey-03: #828282;
    --greyscale-grey-02: #4f4f4f;
    --greyscale-grey-01: #333333;
    --dark-grey: #868E9E;
    --button-bar: #EEFDFF;
    --medium-grey: #F4F6F7;
    --colors-error-updated: #db0028;
    --avatar-background: #8D9EFA;
    --icon-menu: #CCE0F0;
    /*    --card: #f5f5f5;*/
    --card: #FBFDFF;
    --panel: #ffffff;
    /*    --page: #f2f2f2;*/
    /*    --body: #f2f2f2;*/
    --left-panel: #f8fafc;
    --body: #FBFDFF;
    /*    --page: #FBFDFF;*/
    /*    --page: #D9E9F7;*/
    --page: #E9F3FC; /* a little lighter */
    --category-header: #E0EEF7;
    /*    --landing: #ff691d;*/
    --landing-page: #E9F3FC;
    --alert: #ff691d;
    /*    --link: #007bff;*/
    /*    --badge: #d9a30f;*/
    --badge: #ff691d;
    --badge-font: #ffffff;
    --link: #005BA5;
    /*    --button: #007bff;*/
    --label: #005BA5;
    --button: #005BA5;
    --important-button: #D1E4F3;
    --important-text: #005BA5;
    /*    #005BA5 and gold #FFC107 */
    --button-variant: #0056b3;
    --global-font-family: "Roboto", sans-serif;
    /*    --global-font-family: "Assistant", sans-serif;*/
    --global-letter-spacing: "0.4px";
}
