/*
Theme Name: CMCO Group
Theme URI: https://cmcogroup.ca
Description: Brand theme for CMCO Group - Canadian Made, Canadian Owned. Child theme of Twenty Twenty-Five, carrying the CMCO palette (Pantone 186 C red on warm paper) and the Oswald / Barlow Condensed type pairing.
Author: CMCO Group
Template: twentytwentyfive
Version: 1.1.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmco
*/

/* The palette, fonts and element styles live in theme.json.
   Only rules that theme.json cannot express belong here. */

/* Brand rule under the site title, echoing the logo animation. */
.wp-block-site-title {
	position: relative;
}

/* Keep the logo mark from being cropped into a circle by block defaults. */
.wp-block-site-logo img {
	border-radius: 0;
}

/* Selection colour picked up from the brand red. */
::selection {
	background: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--base);
}

/* Visible focus ring for keyboard users, in brand red. */
:where(a, button, input, textarea, select, summary):focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-1);
	outline-offset: 2px;
}
