/*
Theme Name: botworks.com
Theme URI: https://botworks.com
Author: Botworks
Author URI: https://botworks.com
Description: Custom block theme for Botworks — Virtual AI Enabler. Coinbase design tokens + existing page designs.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.6.10
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botworks
Tags: block-themes, custom-logo, full-site-editing, one-column, wide-blocks
*/

/*
 * All page styling lives in the design system:
 * assets/css/design-system.css (tokens)
 * assets/css/components.css (layouts/components)
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
	outline-offset: 2px;
}

header.wp-block-template-part .wp-block-navigation a:focus,
header.wp-block-template-part .wp-block-navigation a:focus-visible {
	outline: none !important;
}

.wp-block-site-title a:focus,
.wp-block-site-title a:focus-visible,
.wp-block-site-logo a:focus,
.wp-block-site-logo a:focus-visible,
.wp-block-site-logo .custom-logo-link:focus,
.wp-block-site-logo .custom-logo-link:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

body.page .wp-block-post-title,
body.home .wp-block-post-title {
	display: none !important;
}
