/* Custom Fonts for BreathFlute.com
*/

/* font-display: The parameter for controlling FOUT (flash of unstyled text) or a
   FOIT (flash of invisible text):
   
	auto: The default behavior, which can be different depending on the browser.
	block: Text is first hidden, then changes to font when downloaded. Infinite download period.
	swap: Text is never hidden and changes to the custom font when its available. Infinite download period.
	fallback: Text is hidden for a very short period (the block period), then there’s a short swap period.
	  	If the custom font doesn’t make it during the swap period, then it’s not loaded at all.
	optional: There’s a window of only about 100ms for the custom font to load (the block period).
	  	If the font doesn’t load during that block period, the fallback font is used and the custom font is
		not loaded at all, but it’s still downloaded and cached behind the scenes. This means that,
		on subsequent page loads, the custom font should be available in the cache and will load instantly.
*/
