/*
Theme Name: MammothRock
Author: GojiLabs
Author URI: http://gojilabs.com/
Description: Custom theme for Mammoth Rock.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: mammoth_rock
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

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