/**
 * LSB Sachsen Theme - Overrides für Byte Theme
 */

:root {
  --background: #ffffff !important;
  --foreground: #605f5f !important;
  --color-background: #ffffff;
  --color-foreground: #605f5f;
  --color-text: #605f5f;

  /* LSB Sachsen Farben - überschreiben Byte Theme */
  --primary: #83bb26 !important;
  --primary-foreground: #ffffff !important;
  --secondary: #003d69 !important;
  --secondary-foreground: #ffffff !important;
  --color-primary: #83bb26;
  --color-secondary: #003d69;

  /* LSB Sachsen Schriften */
  --font-sans: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --default-font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background-color: #ffffff;
  color: #605f5f;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/*body {*/
/*  background-color: #ffffff;*/
/*  color: #605f5f;*/
/*}*/
