﻿* { box-sizing: border-box }
html, body {
	height: 100%;
	margin: 0;
	background: var(--cf-bg);
	color: var(--cf-text);
	font: 400 14px/1.4 Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow:hidden;
}

html { color-scheme: dark }

img { display: block; max-width: 100%; height: auto }
button {
  cursor: pointer;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

a {
	text-decoration: none;
	color: var(--cf-icon-colour);
}