/* Nadpisanie domyślnej czcionki na Open Sans */
body,
html,
#app,
.app,
div,
span,
p,
a,
button,
input,
textarea,
select,
label,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th,
table {
  font-family: 'Open Sans', sans-serif !important;
}

/* Zachowanie Source Code Pro dla bloków kodu */
code,
pre,
.code,
.monaco-editor,
.source-code {
  font-family: 'Source Code Pro', monospace !important;
}
