@font-face {
    font-family: 'GC-Regular';
    src: url('../fonts/GC-Regular.eot');
    src: url('../fonts/GC-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GC-Regular.woff2') format('woff2'),
        url('../fonts/GC-Regular.woff') format('woff'),
        url('../fonts/GC120-VIET-HOA.ttf') format('truetype'),
        url('../fonts/GC-Regular.svg#GC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GC-Medium';
    src: url('../fonts/GC-Medium.eot');
    src: url('../fonts/GC-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GC-Medium.woff2') format('woff2'),
        url('../fonts/GC-Medium.woff') format('woff'),
        url('../fonts/GC130-VIET-HOA.ttf') format('truetype'),
        url('../fonts/GC-Medium.svg#GC-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GC-Bold';
    src: url('../fonts/GC-Bold.eot');
    src: url('../fonts/GC-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GC-Bold.woff2') format('woff2'),
        url('../fonts/GC-Bold.woff') format('woff'),
        url('../fonts/GC140-VIET-HOA.ttf') format('truetype'),
        url('../fonts/GC-Bold.svg#GC-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GC-ExtraBold';
    src: url('../fonts/GC-ExtraBold.eot');
    src: url('../fonts/GC-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GC-ExtraBold.woff2') format('woff2'),
        url('../fonts/GC-ExtraBold.woff') format('woff'),
        url('../fonts/GC150-VIET-HOA.ttf') format('truetype'),
        url('../fonts/GC-ExtraBold.svg#GC-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'GC-Regular';
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'GC-Bold';
}

.GC-regular {
	font-family: 'GC-Regular';
}

.GC-medium {
	font-family: 'GC-Medium';
}

.GC-bold {
	font-family: 'GC-Bold';
}

.GC-extra-bold {
	font-family: 'GC-ExtraBold';
}