@import url('colors.css');

@font-face {
    font-family: 'JaneAusU';
    src: url('../fonty/JaneAusU.ttf') format('truetype');
}
@font-face {
    font-family: 'Segoe';
    src: url('../fonty/segoesc.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeB';
    src: url('../fonty/segoescb.ttf') format('truetype');
}

@media only screen and (max-width: 650px) {
  .nadpis-4 {
    font-size: 4.3em;
  }
  .nadpis-3 {
    font-size: 3.1em;
  }
}

body {
    font-family: 'Segoe', Verdana, Geneva, sans-serif;
    background-color: white;
    color: black;
}

.font_jane {
    font-family: 'JaneAusU', Verdana, Geneva, sans-serif;
}

.font_segoe {
    font-family: 'Segoe', Verdana, Geneva, sans-serif;
}

.font_segoe {
    font-family: 'SegoeB', Verdana, Geneva, sans-serif;
}

.nav-button {
    border-width: 3px;
    border-radius: 10px;
    border-color: black;
    color: black;
    font-size: 1.3em;
}

.podtrzeno {
    text-decoration: underline;
}

.aktuality {
    line-height: 2rem;
}