/*
Theme Name: Mold
Theme URI: https://demo.moldthemes.com/
Author: MoldThemes
Author URI: https://profiles.wordpress.org/moldthemes/
Description: A perfect WordPress Block Theme for building modern agency, business, and portfolio websites built with Gutenberg blocks.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mold
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 7.0
Tags: full-site-editing, editor-style, block-styles, block-patterns, portfolio
*/

/* 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;
}
