/*
Theme Name: Fred City Soccer Club
Theme URI: https://fredcitysc:8890/
Author: Brettrospective
Author URI: https://brettrospective.com
Description: Child theme for Fred City Soccer Club, built on the Brettro Base Block Theme.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Version: 0.1.0
Template: theme-brettro-base
Text Domain: theme-fredcitysc
Tags: block-theme, full-site-editing, soccer, child-theme
*/

:root {
	--fredcitysc-city-red: #95251f;
	--fredcitysc-river-blue: #8ab4c5;
	--fredcitysc-river-sand: #f0ebe2;
	--fredcitysc-sky-blue: #cedfe7;

	--bds-color-base-primary-100: #f4d8d6;
	--bds-color-base-primary-200: #e8b7b3;
	--bds-color-base-primary-300: #d1827d;
	--bds-color-base-primary-400: #b8514a;
	--bds-color-base-primary-500: #95251f;
	--bds-color-base-primary-600: #7f1f1a;
	--bds-color-base-primary-700: #681a16;
	--bds-color-base-primary-800: #501411;
	--bds-color-base-primary-900: #390e0c;
	--bds-color-base-secondary-100: #eaf2f5;
	--bds-color-base-secondary-200: #d9e8ee;
	--bds-color-base-secondary-300: #cedfe7;
	--bds-color-base-secondary-400: #b3ceda;
	--bds-color-base-secondary-500: #8ab4c5;
	--bds-color-base-secondary-600: #6b98ab;
	--bds-color-base-secondary-700: #507789;
	--bds-color-base-secondary-800: #385866;
	--bds-color-base-secondary-900: #223a44;
	--bds-color-base-accent-100: #fbf9f6;
	--bds-color-base-accent-200: #f7f3ed;
	--bds-color-base-accent-300: #f0ebe2;
	--bds-color-base-accent-400: #dfd4c4;
	--bds-color-base-accent-500: #c9b89f;
	--bds-color-base-accent-600: #a99576;
	--bds-color-base-accent-700: #806f58;
	--bds-color-base-accent-800: #5a4e3e;
	--bds-color-base-accent-900: #3a3228;
	--bds-color-semantic-bg-canvas: var(--fredcitysc-river-sand);
	--bds-color-semantic-bg-surface: #ffffff;
	--bds-color-semantic-bg-surface-muted: var(--fredcitysc-sky-blue);
	--bds-color-semantic-bg-surface-raised: #ffffff;
	--bds-color-semantic-bg-inverse: var(--fredcitysc-city-red);
	--bds-color-semantic-text-primary: #241f1c;
	--bds-color-semantic-text-secondary: #4d4742;
	--bds-color-semantic-text-muted: #756d66;
	--bds-color-semantic-text-inverse: #ffffff;
	--bds-color-semantic-text-link: var(--fredcitysc-city-red);
	--bds-color-semantic-text-link-hover: #681a16;
	--bds-color-semantic-border-subtle: #dfd4c4;
	--bds-color-semantic-border-default: #c9b89f;
	--bds-color-semantic-border-strong: var(--fredcitysc-river-blue);
	--bds-color-semantic-border-focus: var(--fredcitysc-city-red);
	--bds-color-semantic-action-primary-bg: var(--fredcitysc-city-red);
	--bds-color-semantic-action-primary-border: var(--fredcitysc-city-red);
	--bds-color-semantic-action-primary-bg-hover: #681a16;
	--bds-color-semantic-action-primary-bg-active: #501411;
	--bds-color-semantic-action-secondary-text: var(--fredcitysc-city-red);
	--bds-color-semantic-action-secondary-border: var(--fredcitysc-river-blue);
	--bds-color-semantic-action-secondary-bg-hover: var(--fredcitysc-sky-blue);
	--bds-color-semantic-action-secondary-bg-active: #b3ceda;
}

body {
	background-color: var(--fredcitysc-river-sand);
}

#bds-page-footer {
	color: var(--bds-color-semantic-text-primary);
}

#bds-page-footer a,
#bds-page-footer a:visited {
	color: inherit;
}

#bds-page-footer a:hover {
	color: var(--fredcitysc-city-red);
}

#bds-page-footer .wp-block-social-links .wp-social-link a {
	color: var(--bds-color-semantic-text-primary) !important;
}
