/*
SPDX-FileCopyrightText: 2024 PNED G.I.E.

SPDX-License-Identifier: Apache-2.0
*/

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --color-primary: #7b1c58;
  --color-secondary: #480837;
  --color-info: #7276b1;
  --color-warning: #ffdb95;
  --color-hover: #480837;
  --color-disclaimer: #7b1c58;
  --color-surface: #f5f5f5;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --color-primary: #7b1c58;
    --color-secondary: #480837;
    --color-info: #7276b1;
    --color-warning: #ffdb95;
    --color-hover: #480837;
    --color-disclaimer: #7b1c58;
    --color-surface: #f5f5f5;
  }
}
