/*
:filename: statics.css.colors_light.css
:author:   Brigitte Bigi
:contact:  develop@sppas.org
:summary:  Light colors to be used for Automatic Cued Speech.
:license:

*/

.light {
    --logo-color: rgb(95, 150, 135);   /* the color of the project logo */

    /* Main colors */
    --main-color1: rgb(176, 198, 180);
    --main-color2: rgb(66, 98, 82);
    --main-color-contrast1: rgb(242, 241, 245);
    --main-color-contrast2: rgb(20, 57, 2);

    /* Background colors */
    --bg-color: rgb(250, 248, 254);
    --bg-color1: rgba(228, 241, 229, 0.5);
    --bg-color2: rgba(97, 110, 97, 0.2);
    --buttons-bg-color: rgb(128, 128, 128);
    --buttons-bg-color1: rgba(169, 169, 169, 0.3);
    --buttons-bg-color2: rgba(169, 169, 169, 0.5);
    --panels-bg-color1: rgba(228, 241, 229, 0.9);
    --panels-bg-color2: rgb(216, 210, 206);

    /* Foreground colors */
    --fg-color: rgb(0, 0, 0);
    --fg-color-a: rgb(0, 100, 120);
    --fg-color2: rgb(28, 28, 28);
    --fg-color2-a: rgb(217, 216, 216);
    --buttons-fg-color: rgb(69, 91, 71);
    --h1-color: rgb(20, 57, 2);
    --h2-color: rgb(60, 87, 32);
    --h3-color: rgb(96, 108, 90);
    --h4-color: rgb(96, 108, 90);
    --h5-color: rgb(88, 116, 84);
    --h6-color: rgb(88, 116, 84);

    /* Other colors */
    --shadow-color: rgba(120, 134, 120, 0.8);

    /* HTML tags */
    --mark-color: rgb(96, 108, 90);
    --ins-color: var(--h6-color);
    --del-color: #c62828;
    --blockquote-border-color: var(--main-color2);
    --blockquote-footer-color: var(--main-color1);
    --table-border-color: rgb(96, 108, 90);
    --table-row-stripped-bg-color: rgba(212, 222, 214, 0.4);
    --table-head-bg-color: rgb(202, 212, 204);
    --table-head-fg-color: rgb(12, 22, 14);
    --table-caption-bg-color: rgb(72, 82, 74);
    --table-caption-fg-color: rgb(222, 252, 224);
}
