/* css styles */

/*https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/html/bootstrap/themes/minty.scss*/

/*-- scss:defaults --*/
/*$white:         #F8F1E5 !default;*/
$primary:       #426E86 !default;
$secondary:     #f9BA32 !default;


.text-col {
  background-color: #F8F1E5;
}

.justify {
  text-align: justify !important
}

