/*
  Typografia
*/

body {
  font-family: "brandontextweb-regular", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color-primary);

  @media screen and (min-width: 992px) {
    font-size: 1.5rem;
  }
}

b {
  font-weight: 600;
}

/*
  Nagłówki
*/

h1,
h2,
h3,
h4 {
  font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
}

h2,
section h2,
.o-nas h2,
.formularz h2 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  text-align: left;
}


@media screen and (min-width: 992px) {
  h2,
  section h2,
  .o-nas h2,
  .formularz h2 {

    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
.o-nas h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-nas h2 {
    font-size: 2.2rem;
    margin-bottom: 1.9rem;
    }
  }
  
@media screen and (min-width: 1600px) {
  .o-nas h2 {
    margin-top: 4.1rem;
    font-size: 3rem;
    margin-bottom: 2.8rem;
    }
  }

h3,
section h3,
.formularz h3 {
  font-size: 1rem;
}
