@font-face {
    font-family: 'Gin';
    src: url('Gin-Regular.woff2') format('woff2'), url('Gin-Regular.otf') format('otf'),
        url('Gin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('TradeGothicLT-Bold.woff2') format('woff2'),
        url('TradeGothicLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('TradeGothicLT-Light.woff2') format('woff2'),
        url('TradeGothicLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('TradeGothicLT.woff2') format('woff2'),
        url('TradeGothicLT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tile-container>h4{
    font-family: 'Gin';
	font-weight: normal;
}

body{
font-family: 'TradeGothic LT';
font-weight: normal;
}

strong, b{
 font-family: 'TradeGothic LT';
 font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Gin';
	font-weight: normal !important;
}
.banner-marque-heading, .about-blog-row h3, .about-blog-item-content h4, .about-blog-row h3, .about-blog-item-content h4 {
    font-family: 'Gin';
	font-weight: normal;
}