/*
 Theme Name:   CMLS Bootscore Child
 Description:  CMLS Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@font-face {
    font-family: 'Objektiv-Mk1-Regular';
    src: url('assets/fonts/objektiv-mk1-webfont.woff2') format('woff2'),
         url('assets/fonts/objektiv-mk1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Objektiv-Mk1-Bold';
    src: url('assets/fonts/objektiv-mk1-webfont.woff2') format('woff2'),
         url('assets/fonts/objektiv-mk1-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('assets/fonts/helveticaneue-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/helveticaneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
