:root {
  --font-body-family: 'Manrope', Arial, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 600;
  --font-heading-family: 'Newsreader', Georgia, serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}
