*{
    box-sizing: border-box;
}
@font-face {
	font-display: swap;
	font-family: Sans;
	font-style: normal;
	font-weight: 400;
	src: url(Regular.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Sans;
	font-style: normal;
	font-weight: 500;
	src: url(Medium.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Sans;
	font-style: normal;
	font-weight: 600;
	src: url(Bold.woff2) format("woff2")
}

body {
	--font-family: "Sans", "apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Arial", "sans-serif"
}

[lang=ar] body,
[lang=vi] body {
	--font-family: Arial, sans-serif
}

body {
	font-family: var(--font-family) !important
}
body{
    margin: 0;

}
.theme-dark{
    background: #000;
}