/*
 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
*/



@font-face {
    font-family: 'BaguedeFree-Italic';
    src: url('fonts/BaguedeFree-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BaguedeFree-Regular';
    src:url('fonts/BaguedeFree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sora-400';
    src: url('fonts/Sora-Regular.ttf') format('truetype');
    font-weight: normal;

  }
  
