/* @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,700&display=swap'); */
/* font-family: 'Lora', serif; */



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

body {
    /* font-family: 'Lora', serif; */
    font-family: 'Montserrat', sans-serif;
}



.special-bg-light {
  background-color: #D4E4BC;
}

.special-bg-medium {
  background-color: #96ACB7;
}

.special-bg-hard {
  background-color: #36558F;
}

.special-text-light {
  color: #D4E4BC;
}

.special-text-medium {
  color: #96ACB7;
}

.special-text-hard {
  color: #36558F;
}

@media print {
  html, body {
    display: none;  /* hide whole page */
  }
}