/* bruno-ace-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bruno-Ace';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/bruno-ace-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html,body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .1) 0 0 1px;
    font-family: "Bruno-Ace", sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

/* unvisited link */
a:link {
  color: #c0c0c0;
}

/* visited link */
a:visited {
  color: #404040;
}

/* mouse over link */
a:hover {
  color: #f0f0f0;
}

/* selected link */
a:active {
  color: #f0f0f0;
}

.tbo {
    font-family: 'Bruno-Ace';
}