@font-face {
	font-family: Kanit-Regular;
	src: url('../font/Kanit-Regular.ttf');
}

nav {
	background: linear-gradient(to right,#131926 0%,#1C2743 100%) !important;
	justify-content: center;
}
nav img {
	width:100%;
	height:100%;
	max-width:110px;
}

body {
	font-family: 'Kanit-Regular';
	color:#F3F3F3;
	background:#101622;
}

.text-golden {
  background: -webkit-linear-gradient(#EFDE93,#D0AE53) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.font-inherit {
	font-family: inherit;
}

/*.btn-primary {
	background:linear-gradient(to right,#BDB8A1 0%,#746F58 100%);
	color:black;
}*/

/*.btn-secondary {
	background:transparent !important;
	border:2px solid #BEBAA7;
	color:#F3F3F3;
}*/