/*
Theme Name: Por Seis Mãos Educação
Theme URI: 
Author: joevtap
Author URI: 
Description: Tema para o site landing page Por Seis Mãos Educação
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: por-seis-maos-educacao
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html {
  scroll-behavior: smooth;
}

.wp-block-button > .wp-block-button__link {
  transition: all 200ms;
}

.wp-block-button.is-style-outline:hover > .wp-block-button__link {
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--custom-blue);
}

.wp-block-button.hero-cta:hover > .wp-block-button__link {
  background-color: var(--wp--preset--color--custom-blue, #000);
}
