/*
Theme Name: Brasserie Veyrat
Theme URI: https://www.brasserie-veyrat.com/
Author: Brasserie Veyrat
Author URI: https://www.brasserie-veyrat.com/
Description: Brasserie Veyrat theme
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 8.0
Version: 0.2.0
Text Domain: bv
*/

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