/* colors.css */
:root {
    /* Default */
    --color-default: #f4e2a2;
    --color-default-dark: #f4e2a2;
    --color-default-hover: #f4e2a2;
    --color-default-rgb: 244, 226, 162;

    /* Startseite */
    --color-startseite: #f4e2a2;
    --color-startseite-dark: #f4e2a2;
    --color-startseite-hover: #f4e2a2;
    --color-startseite-rgb: 244, 226, 162;

    /* Oberschule */
    --color-oberschule: #92af61;
    --color-oberschule-dark: #92af61;
    --color-oberschule-hover: #92af61;
    --color-oberschule-rgb: 146, 175, 97;

    /* Gymnasium */
    --color-gymnasium: #4593b5;
    --color-gymnasium-dark: #4593b5;
    --color-gymnasium-hover: #4593b5;
    --color-gymnasium-rgb: 69, 147, 181;

    /* Über uns */
    --color-ueber-uns: #f6b827;
    --color-ueber-uns-dark: #f6b827;
    --color-ueber-uns-hover: #f6b827;
    --color-ueber-uns-rgb: 246, 184, 39;

    /* Warnung / Auszeichnung */
    --color-warning: #c94a3a;
    --color-warning-dark: #a63a2d;
    --color-warning-hover: #d65a4a;
    --color-warning-rgb: 201, 74, 58;
}