/*
Theme Name: MSF 
Theme URI: https://bubble-go.ch
Author: Bubble-go
Author URI: https://bubble-go.ch
Description: MSF Theme (3840 x 2160 px)
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.0.3
*/

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

video {
	background: black;
}


