/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
:root {
  --color__orange: #ED8C00;
  --color__grey: #F4F4F4;
  --bs-body-bg: transparent !important;
  --site-font: "Montserrat", sans-serif;
  --site-header-font: "Kanit", sans-serif;
}
::selection {
  background-color: var(--color__orange);
  color: #fff;
}