:root {
  --bulma-radius: 0;
  --bulma-radius-small: 0;
  --bulma-radius-medium: 0;
  --bulma-radius-large: 0;
  --bulma-radius-rounded: 0;
  --font-headline: "Space Grotesk", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-label: "Space Grotesk", sans-serif;
}

.card,
.box {
  border-radius: 0;
}
.navbar {
  --bulma-navbar-background-color: #131313;
}

.font-headline {
  font-family: var(--font-headline);
}

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

.font-label {
  font-family: var(--font-label);
}

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

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