/*
 Theme Name:   BookPeople
 Description:  BookPeople
 Author:       Epidote
 Author URI:   https://epidote.com.au
 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
*/


/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2022 Colophon Foundry
 *
 * Licenced to David Parritt Australian Booksellers Association
 */
 
@font-face {
    font-family: 'mabry-bold';
    src: url('Fonts/mabry-bold.eot');
    src: url('Fonts/mabry-bold.eot?#iefix') format('embedded-opentype'),
         url('Fonts/mabry-bold.woff2') format('woff2'),
         url('Fonts/mabry-bold.woff') format('woff'),
         url('Fonts/mabry-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mabry-medium';
    src: url('Fonts/mabry-medium.eot');
    src: url('Fonts/mabry-medium.eot?#iefix') format('embedded-opentype'),
         url('Fonts/mabry-medium.woff2') format('woff2'),
         url('Fonts/mabry-medium.woff') format('woff'),
         url('Fonts/mabry-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mabry-regular';
    src: url('Fonts/mabry-regular.eot');
    src: url('Fonts/mabry-regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/mabry-regular.woff2') format('woff2'),
         url('Fonts/mabry-regular.woff') format('woff'),
         url('Fonts/mabry-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
.dropdown-toggle::after {
  content: '+'; 
  font-size: 18px;
  margin-left: 5px; 
  vertical-align: middle; 
  transform: none; 
    border-radius: 0px;

}*/
