/* this is the most simplest way to create mandator css for base values

better would be to work with paralel overrule dirs (in addition to be able to customize more than only css)

e.g. /nuxt-root/[mandator/cms01]/atoms/buttons/button if there, take it, if not fallback to
    /nuxt-root/atoms/buttons/button

*/

/* activate for demonstration
 body {
  padding: 2em;
  font-family: Courier, Noto Sans, sans-serif, "Segoe UI", Roboto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.7;
   background-color: #f2f2f2;
}

 */
