/*
Theme Name: CursorFSE
Author: mosescursor
Author URI: https://mosescursor.com/
Theme URI: https://github.com/Successfulsebunya/CursorFSE
Description: A clean and responsive WordPress Block theme for bloggers and small businesses.
Tags: full-site-editing, block-patterns, blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.4
Text Domain: cursorfse
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

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

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


/* Fancy Button Style */
.is-style-fancy-button {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff !important;
    border-radius: 50px;
    padding: 0.75em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
