/*
 Theme Name:   Boom Machinery Sales
 Description:  Boom Machinery's theme based on the bootScore Child Theme
 Author:       Deisgn Bank
 Author URI:   https://thedesignbank.co.uk/
 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;
}
