/********** Template CSS **********/
@font-face {
    font-family: 'Lexend';
    @import src: url('https://thietkewebdaklak.io.vn/knul/lexend-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #02c9ba;
    --secondary: #FAA719;
	--basictext:#282828;
    --light: #EEF9FF;
    --dark: #091E3E;
}
body
{
	font-family:'Lexend', sans-serif !impottant;
	
}
