/*******************************/
/* PICO-CSS Variablen anpassen */
/*******************************/

/* Stil-unabhängige Variablen */
:root,
:host {
  --pico-font-family-sans-serif: var(--schriftart-haupt), sans-serif, var(--pico-font-family-emoji);
  --pico-font-family: var(--pico-font-family-sans-serif);
  --pico-font-weight: var(--schriftstaerke-haupt);
  --pico-border-radius: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  --pico-font-weight: var(--schriftstaerke-spielerisch);
}

thead th,
thead td,
tfoot th,
tfoot td {
  --pico-font-weight: var(--schriftstaerke-tabellen-kopf);
}
