/*
Theme Name: Charles Conteh
Theme URI: 
Author: [ZAA.CC] Design web
Author URI: 
Description: Twenty Twenty-Four Child
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: charles-conteh
Tags: 


--wp--preset--color--base: #f6f5f0;
    --wp--preset--color--base-2: #ffffff;
    --wp--preset--color--contrast: #000000;
    --wp--preset--color--contrast-2: #1e0b06;
    --wp--preset--color--accent: #fcdd8e;
    --wp--preset--color--accent-2: #fff7d2;
    --wp--preset--color--accent-3: #d1ccb3;
    --wp--preset--color--accent-5: #bd2828;
*/
html {
  scroll-padding-top: 90px;
}

/* Accessibility */
a:where(:not(.wp-element-button)), :root :where(.wp-block-post-author-name a:where(:not(.wp-element-button))), .tribe-events h3.tribe-common-h7 a, .wp-block-post-title :where(a) {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--wp--preset--color--accent-3);
}
:root :where(a:where(:not(.wp-element-button)):hover), .wp-block-post-title :where(a:hover) {
	  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--wp--preset--color--accent);
	background:var(--wp--preset--color--accent-2);

}
/* Navigation */
.current-menu-item a {
	font-weight:700; 
}
/* Buttons */
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	background:var(--wp--preset--color--contrast-2);
	color: var(--wp--preset--color--base-2);
} 