/*
Theme Name: Miniblock OOAK
Author: Carolina Nymark
Author URI: https://fullsiteediting.com
Theme URI:
Description: One page, all the blocks. If all you need is one fully customizable page, it does not get simpler than this. Perfect for promoting your work from home small business, hobby, or craft, or as a contact page. Perhaps your passion project is creating one of a kind custom plushies?
-Note: This theme does not use posts, pages, archives or comments unless you add them with blocks.
Tags: full-site-editing, block-patterns
Text Domain: miniblock-ooak
Version: 1.0.2
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * CSS for registered block styles.
 */

/* Flat button */
.is-style-miniblock-ooak-flat-button .wp-block-button__link,
.is-style-miniblock-ooak-flat-button .wp-block-button__link:hover,
.is-style-miniblock-ooak-flat-button .wp-block-button__link:focus,
.is-style-miniblock-ooak-flat-button .wp-block-button__link:active,
.is-style-miniblock-ooak-flat-button .wp-block-button__link:visited {
	box-shadow: none;
	border-radius: 0;
	margin-top: initial;
	margin-bottom: initial;
}

/* Button with shadow */
.is-style-miniblock-ooak-shadow-button .wp-block-button__link,
.is-style-miniblock-ooak-shadow-button .wp-block-button__link:hover,
.is-style-miniblock-ooak-shadow-button .wp-block-button__link:focus,
.is-style-miniblock-ooak-shadow-button .wp-block-button__link:visited {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.is-style-miniblock-ooak-shadow-button .wp-block-button__link:active {
	box-shadow: 0 0 0 #fff;
}

/* Text shadow */
.is-style-miniblock-ooak-text-shadow {
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Box shadow */
.is-style-miniblock-ooak-box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

