/**
 * Inspired by ITCSS from csswizardry.
 * http://csswizardry.net/talks/2014/11/itcss-dafed.pdf
 */
/**
 *
 */
/*dark*/
/*light*/
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganlig-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganlig-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganligita-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganligita-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganbol-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganbol-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganbolita-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganbolita-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
html {
  height: 100%; }

body {
  font-size: 80%;
  line-height: 1.4;
  font-family: cargan, georgia, serif;
  color: #000; }

hr {
  margin: 3em 0; }

.Site {
  display: block; }

.Site-footer {
  display: none; }

.uk-breadcrumb {
  display: none; }

.hs-search {
  display: none; }

.menu {
  display: none !important; }
