/*
Theme Name: EC26 Theme
Theme URI: https://example.com/ec26-theme
Author: Paul Garcia
Author URI: https://example.com
Description: A basic Full Site Editing (FSE) starter theme built with theme.json. Fonts: Special Gothic Expanded One (headings) + Mulish (text). Custom brand palette (yellow, purple, white, black, miami-pink, miami-blue).
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ec26-theme
Tags: full-site-editing, block-patterns, custom-colors

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Styling lives in theme.json. This file only needs to exist so WordPress
recognizes the theme, but we add a couple of safe fallback rules below
in case theme.json fails to load for any reason.
*/

body {
	font-family: 'Mulish', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Special Gothic Expanded One', sans-serif;
}
