/*
Theme Name: Assembler Convocant
Theme URI: https://convocantsystems.com/
Author: Convocant Systems, LLC
Author URI: https://convocantsystems.com/
Description: Child theme of Assembler for the Convocant Systems marketing site. Carries the Convocant design tokens, the Convocant visual runtime, and the page scaffolding for the coordination-infrastructure product portfolio.
Template: assembler
Version: 0.1.0
Requires at least: 6.4
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: assembler-convocant
*/

/*
 * Design tokens and component classes live in assets/css/tokens.css so they can be
 * versioned by file mtime and loaded after the parent stylesheet. Keep this file for
 * narrow parent overrides only.
 *
 * Assembler enqueues get_stylesheet_directory_uri() . '/style.css' under the handle
 * "assembler-style", which resolves to THIS file once the child is active. The parent
 * stylesheet is enqueued separately in functions.php as "assembler-parent-style".
 */

/* Assembler sets a backdrop-filter on every button; it costs a compositor layer per
   button and buys nothing on our flat navy/cream fields. */
.wp-element-button,
.wp-block-button__link {
	backdrop-filter: none;
}
