h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
}

p {
  font-size: 15px; /* Ustawia rozmiar tekstu wewnątrz paragrafu na 16 pikseli */
}


@font-face {
    font-family: testfont;
    src: url("JetBrainsMono-Bold.ttf") format("opentype");
}

@font-face {
    font-family: testfont;
    font-weight: normal;
    src: url("JetBrainsMono-Bold.ttf") format("opentype");
}


body {
  font-family: testfont;
  
}
