@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Montserrat:ital,wght@0,400;0,700;1,100&display=swap');

html,
body {
  height: 100%;
  color: var(--color-base-white);
  font-family: var(--font-family-title);
  font-size: var(--font-size-base);
}

#root {
  height: 100%;
}

h1 {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}

h4 {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
}

h5 {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
}
