.belanosima-regular {
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.belanosima-semibold {
    font-family: "Belanosima", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.belanosima-bold {
    font-family: "Belanosima", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.manrope-200 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.manrope-400 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.manrope-600 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.manrope-800 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}


.edu-cursive-400 {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.edu-cursive-500 {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.edu-cursive-600 {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.edu-cursive-700 {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.waves-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.waves-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 71px;
}

.waves-divider-top .shape-fill {
    fill: #45556C;
}

.waves-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.waves-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 71px;
}

.waves-divider-bottom .shape-fill {
    fill: #45556C;
}    
