@font-face {
  font-family: taksaFont;
  src: url(assets/SourceSansPro-SemiBold.ttf);
  font-weight: bold;
  font-weight: 600;
}
@font-face {
  font-family: taksaFont;
  src: url(assets/SourceSansPro-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: taksaHeaderFont;
  src: url(assets/FugazOne-Regular.ttf);
  font-weight: bold;
}

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

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  color: #111111;

  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: taksaFont;
  font-weight: normal;
  font-size: 1.1em;
}

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

img {
  max-height: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  max-width: 700px;
  padding: 10px 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-family: taksaHeaderFont;
  padding: 0 0.1em;
}

h1,
h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2.2rem;
  color: #723bd9;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: normal;
}

h5 {
  font-size: 1.6rem;
  font-family: taksaFont;
  font-weight: normal;
}

p {
  line-height: 1.6rem;
  font-weight: normal;
}

.small-print {
  font-size: 0.8rem;
  opacity: 0.6;
}

section {
  width: 100%;
}

@media (max-width: 750px) {
  body {
    font-size: 0.8em;
  }

  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 300px) {
  body {
    font-size: 0.7em;
  }
}
