/*
 * Project: friedensgutachten.de
 * Author: Rolf Alberth <rolf.alberth@bicc.de>
 * Last Modified: 2021-05-28 09:48:15
 */

.release-2018 {
    --theme-default: #FE6702;
    --theme-dark: #B94E07;
    --theme-light: #FFF4ED;
    --theme-medium: #FBC9AE;
    --theme-header-home: #FFF4ED;
    --theme-header-default: #E9F0F5;
    --theme-header-active: #BFD1DF;
    --theme-citation: #e0eaf0;
}

.release-2019 {
    --theme-default: #97c218;
    --theme-dark: #bbc991;
    --theme-light: #edffe6;
    --theme-medium: #9dbe38;
    --theme-header-home: #E9F0F5;
    --theme-header-default: #E9F0F5;
    --theme-citation: #E9F0F5;
}

.release-2020 {
    --theme-default: #00adba;
    --theme-dark: #00565d;
    --theme-light: #e0f5f6;
    --theme-medium: #99dee3;
    --theme-header-home: #e1eae2;
    --theme-header-default: #e1eae2;
    --theme-header-active: #ced6cf;
    --theme-citation: #e1eae2;
}

.release-2021 {
    --theme-default: #b71848;
    --theme-dark: #6d0e2b;
    --theme-light: #f0e4e5;
    --theme-medium: #d37491;
    --theme-header-home: #E2E8E3;
    --theme-header-default: #E2E8E3;
    --theme-header-active: #d4d6cd;
    --theme-citation: #E2E8E3;
}

.release-2022 {
    --theme-default: #4180B7;

    --theme-light: #dee5f2;

    --theme-dark: #3d5480;      /* link hover */
    --theme-medium: #89a3d4;    /* cards:event-past */

    --theme-header-home: #EDF2E0;
    --theme-header-default: #EDF2E0;
    --theme-header-active: #e3eec8;     /* hover effects */

    --theme-citation: #EDF2E0;
}

.release-2023 {
    --theme-default: #fab200;

    --theme-light: #ffebb7;

    --theme-dark: #bd8700;      /* link hover */
    --theme-medium: #ffcb47;    /* event-past */

    --theme-header-home: #ececf0;
    --theme-header-default: #ececf0;
    --theme-header-active: #ececf0;

    --theme-citation: #e8e1e9;
}

.release-2024 {
    --theme-default: #dddd00;

    --theme-light: #f8f8cc;

    --theme-dark: #a3a301;      /* link hover */
    --theme-medium: #d8d82f;    /* event-past */

    --theme-header-home: #f1dedd;
    --theme-header-default: #f1dedd;
    --theme-header-active: #d4d6cd;
    --theme-citation: #f1dedd;
}
