@import "base/_animations";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: Verdana, sans-serif;
}

html {
  overflow-y: scroll;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}