/* v2 mate theme / custom.css
 * eigene CSS.Datai angelegt für indivduelles Farbschema
 */

/* ======================================= */
/* Individuelle Styles und andere Elemente */
/* ======================================= */

:root {
  --mateColor1: #7ac042;   /* hellgrün */
  --mateColor2: #7ac042;   /* hellgrün */
  --mateColor3: #3a793a;   /* dunkelgrün */
  --mateColor4: #3a793a;   /* dunkelgrün */
  --mateColor6: #abbdb1;   /* optional */
}

body {
  background: linear-gradient(90deg, #7ac042 0%, #3a793a 100%);
}
