/*
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.2.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.
*/

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 120px;  }

html, body{ -webkit-font-smoothing: antialiased; font-smooth:always; }
body { overflow-y: scroll; overflow-x: hidden;  scrollbar-width: none;/*FF*/  -ms-overflow-style: none; /*ie*/ }
body::-webkit-scrollbar { display: none; }

html, body{  margin: 0; padding: 0;  position: relative;  }

main  { min-height: 80vh; position: relative; }


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

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

body.page:where(.wp-site-blocks) > * {
    margin-block-start:0 !important;
}

body.page main.page-content,
body.page footer.wp-block-template-part{
    margin-block-start:0 !important;
}


