@import "utils";

* {
  margin: 0;
  padding: 0;
}

body {
   @include fluid-size($min-vw, $max-vw, 18px, $bsi-font_size-base-fluid);
  //font-size: 1.3125rem;
}

a {
  color: inherit;
  //text-decoration: none;
}

ol,
ul {
  padding-left: 0;

  @include media-breakpoint-up(md) {
    padding-left: 4rem;
  }
}

button {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
  appearance: button;
}

b, strong {
  font-weight: 900;
}

h1, .h1 {
  font-size: rem(40);
}

h2, .h2 {
  font-size: rem(34);
}

h3, .h3 {
  font-size: rem(28);
}

