@font-face { font-family: "Suit"; src: url("../font/SUIT-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: "SuitB"; src: url("../font/SUIT-Bold.ttf") format("truetype");
 font-weight: 700; font-style: normal; font-display: swap; } 

@font-face { font-family: "GmarketSansM"; src: url("../font/GmarketSansTTFMedium.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; } 

@font-face { font-family: "GmarketSansB"; src: url("../font/GmarketSansTTFBold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; } 

@font-face { font-family: "GmarketSans"; src: url("../font/GmarketSansTTFLight.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; } 

.suit-font { font-family: 'Suit', sans-serif; } 
.suitB-font { font-family: 'SuitB', sans-serif; } 
.gm-font { font-family: 'GmarketSans', sans-serif; } 
.gmB-font { font-family: 'GmarketSansB', sans-serif; } 
.gmM-font { font-family: 'GmarketSansM', sans-serif; } 