/* Fredoka — Rounded Sans */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

* {
  font-family: 'Fredoka', Arial, sans-serif;
}

h1 {
    font-weight: 600 !important;
}

strong, b {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

