@font-face {
	font-family: 'Oxygen-Regular';
	src: url('/fonts/Oxygen-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Oxygen-Bold';
	src: url('/fonts/Oxygen-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Oxygen-Light';
	src: url('/fonts/Oxygen-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'WorkSans-Bold';
	src: url('/fonts/WorkSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoSlab-Regular';
	src: url('/fonts/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoSlab-Bold';
	src: url('/fonts/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Heebo-Black';
	src: url('/fonts/Heebo-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Heebo-Regular';
	src: url('/fonts/Heebo-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Heebo-Bold';
	src: url('/fonts/Heebo-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Heebo-ExtraBold';
	src: url('/fonts/Heebo-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'ChangAnunitype-Bold';
	src: url('/fonts/ChangAnunitype-Bold.TTF') format('truetype');
}
@font-face {
	font-family: 'ChangAnunitype-Regular';
	src: url('/fonts/ChangAnunitype-Regular.TTF') format('truetype');
}
@font-face {
	font-family: 'ChangAnunitype-Light';
	src: url('/fonts/ChangAnunitype-Light.TTF') format('truetype');
}
@font-face {
	font-family: 'Anuphan-VariableFont';
	src: url('/fonts/Anuphan-VariableFont.ttf') format('truetype');
}


*{
	user-select: none;
    -webkit-user-select: none;
}

body {
	background-color: #FFFFFF;
	font-family: 'Heebo-Regular', 'Heebo', sans-serif !important;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ChangAnunitype-Bold', 'Heebo-Regular', 'Heebo', sans-serif !important;
}

input {
	font-family: inherit;
}

button {
	font-family: 'Heebo-Bold', 'Heebo-Regular', 'Heebo', sans-serif;
	font-weight: 700;
}

/* g[id^=Annotation].active path {
	fill: greenyellow;
} */