@charset "UTF-8";

:root
{
  --application-color    : hsl(216, 46%, 53%);
  --application-contrast : hsl(9, 46%, 53%);
}

/* MAIN
 ********************************************************************/
html
{
  color       : #353942;
  font-size   : 10px;
  font-family : Fira Sans, sans-serif;

  height      : 100%;
}

#data
{
  display : none;
}

/* LIST
*  turn of list buttons and inset
********************************************************************/
ul,
li
{
  margin           : 0;
  padding          : 0;
  list-style       : none;
  list-style-image : url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/** HEADERS
********************************************************************/
h1,
h2,
h3
{
  font-weight : normal;
}

/** TEXTEDITOR BODY
/***********************************************/
.cke_reset_all, .cke_reset_all *
{
  box-sizing : content-box;
}
