/*
 Theme Name:   Bootscore Brosix Blog
 Description:  Bootscore Child Theme for brosix.com/blog/
 Author:       Brosix
 Author URI:   https://www.brosix.com
 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
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --accent-color: #2986cc;
	--bs-heading-color: #2986cc;
	--bs-body-font-size: 1.1rem;
/*	--bs-link-color-rgb: rgba(255, 0, 0, 1);
	--bs-pagination-color: var(--accent-color);
*/	
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 2rem;
    color: var(--bs-heading-color);
}

a {
    color: var(--accent-color);
    text-decoration: underline;
}
.page-link {
	color: var(--accent-color);
}

.bg-primary-subtle {
    background-color: rgba(41, 134, 204, 0.2) !important
}