/*
Theme Name: BlueStucco
Theme URI: 
Author: Russ Benfield
Author URI: 
Description: WordPress block theme derived from Chuck's FrontPage site
Requires at least: 6.0
Tested up to: 6.4.1
Requires PHP: 5.7
Version: 1.0.118
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluestucco
Tags: block-styles, custom-background, full-site-editing, 
*/


/* There's an issue setting a background (but works fine here): https://github.com/WordPress/gutenberg/issues/31815 */
/* SVG could be slimmer: https://www.svgbackgrounds.com/how-to-add-svgs-with-css-background-image/ */
body {
    background-image: url(assets/images/smblu_stucco.gif);
}


/* This theme includes Google's Material Symbols font (https://developers.google.com/fonts/docs/material_symbols/)
 * which allows
 *    <span class="material-symbols-outlined">search</span>
 * to yield a search icon. */
.material-symbols-outlined {
    font-family: 'Material Symbols Sharp';
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 30;
}

.bluestucco-fixed {
    font-weight: bolder;
    font-size: smaller;
    color: yellow;
}
