/*
Theme Name: Calum Childs Blog Theme
Theme URI: http://calumchilds.com/blog
Author: Calum Childs
Author URI: https://calumchilds.com/
Description: This is your WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cc-blog
*/
.mw-800 {
	max-width: 800px;
}
.container p {
	font-size: 1.25rem;
}
.blog-jumbotron p a {
	--bs-link-color-rgb: 255,255,255;
}
figcaption {
	font-size: 1rem;
	color: grey;
}
/* And because we're not going to be bothered to add utilities to everything... */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
}
.dropdown-button::after {
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}