@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');

@keyframes orderglow {
	to {
		text-shadow: 0 0 6px #ff9e00, 0 0 16px #ff9e00, 0 0 16px #ff9e00;
	}
}

.c1769 > * { /* ORDER */
  color: white !important;
  font-family: 'GFS Didot', serif;
  animation: orderglow 2s infinite alternate;
}

body[data-clan]
{
	background-image: url(https://i.imgur.com/wvjUD36.jpg) !important;
}
