/* Custom CSS */

:root {
  --logo-font: "Dela Gothic One", sans-serif;
  --display-font: "Rubik Mono One", sans-serif;
  --body-font: "Mulish";
}

html {
  font-family: var(--body-font);
}

h1,
h2,
h3 {
  font-family: var(--body-font);
}

.header-name h2 img {
  max-width: 256px;
}