/*
Theme Name: Mary Miller Sallah
Author: Milan Stosic (for Ink & Flair)
Author URI: https://www.linkedin.com/in/milanstosic/
Author URI: 
Description: Custom WordPress theme for Mary's personal website
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mary-miller-sallah
Tags: 
*/

/* Enable View Tranisitons - https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API/ */
@view-transition {
    navigation: auto;
}

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