/* css styles */
@font-face {
    font-family: 'Atkinson';
    src: url("fonts/AtkinsonHyperlegible-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url("fonts/RobotoMono-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.quarto-title-block .quarto-title-banner {
  background-image: url(lansstyrelsen_logo.svg);
  background-size: 180px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 25px;
  background-origin: content-box;
}

div.cell-output {
    background-color: lightblue;
}
