/*
 * fonts.css — managed by the Pixelglass font picker.
 * Generated automatically from your font choices; edits are overwritten
 * whenever you change fonts. To customise fonts, use the picker.
 */

@import url("https://fonts.bunny.net/css?family=nunito:400,700|rubik:400,700&display=swap");

:root {
  --pg-font-heading: 'Nunito', sans-serif;
  --pg-font-body: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--gh-font-heading, var(--pg-font-heading));
}

body {
  font-family: var(--gh-font-body, var(--pg-font-body));
}
