* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

a {
  color: #12B1F7;
}

b {
  font-weight: 700;
}

h1 { font-size: to-rem(32) }
h2 { font-size: to-rem(22) }
h3 { font-size: to-rem(18) }
h4 { font-size: to-rem(16) }
h5 { font-size: to-rem(14) }
h6 { font-size: to-rem(10) }