/*
 * font-display: swap override for TTHoves web fonts.
 * Loaded AFTER MyFontsWebfontsKit.css — the second @font-face declaration
 * with the same font-family name merges properties, adding font-display
 * without modifying the licensed vendor CSS.
 *
 * This prevents layout shift (CLS) from invisible text while fonts load.
 */

@font-face { font-family: 'TTHoves-Regular';       font-display: swap; }
@font-face { font-family: 'TTHoves-Medium';        font-display: swap; }
@font-face { font-family: 'TTHoves-DemiBold';      font-display: swap; }
@font-face { font-family: 'TTHoves-Bold';          font-display: swap; }
