:root {
  --mono-font: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --accent: #4a9eff;
    --accent-hover: #7db8ff;
  }
}

html {
  	font-family: var(--mono-font);
  	-webkit-text-size-adjust: 100%; /* prevent mobile safari font scaling in landscape while allowing user zoom */
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label {
  	display: inline-block;
}

.attribution {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 5px;
}

.bmc {
    width: 150px;
}

.centered-image {
    display: block;
    margin-inline: auto;
}

.centered-p {
    text-align: center;
}

.full-width {
    width: 100%;
}

.logo {
	width: 100%;
	height: auto;
}

.logo-link {
	display: block;
	width: 15vw;
	min-width: 100px;
	max-width: 300px;
	margin-inline: auto;
}

.no-resize {
    resize: none;
}

.tagline {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: justify;
}

.website {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
