/*
Theme Name: LCWP
Theme URI: https://lacliniquewp.com
Author: La Fabrique de blogs
Author URI: https://lafabriquedeblogs.com
Description: SIte de la clinique Wordpress
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.4
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lcwp
Tags: block-patterns, block-styles, custom-colors, custom-logo, editor-style, featured-image-header, featured-images, flexible-header, full-site-editing, full-width-template, post-formats, sticky-post, template-editing, theme-options, threaded-comments, translation-ready, 
*/

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