/* MAIN ENCOM COLOUR PALETTE */
/* MAIN SITE COLOURS */
@font-face {
  font-family: Orbitron;
  src: url("/font/Orbitron-VariableFont_wght.ttf");
}

@font-face {
  font-family: Oxanium;
  src: url("/font/Oxanium-VariableFont_wght.ttf");
}

body {
  font-family: Oxanium, sans-serif;
  font-size: 14pt;
  line-height: 1.5;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

h2 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

h3 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

h4 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

h5 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

h6 {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.2rem;
}

a {
  color: #6a5cff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #a259ff;
}

p {
  margin-bottom: 1.5rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #0b1320;
  color: #e8f1f2;
}

html.emptyLayout,
body.emptyLayout {
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 2rem;
  background: radial-gradient(circle at bottom left, rgba(162, 89, 255, 0.45) 0%, rgba(162, 89, 255, 0.22) 18%, transparent 58%), radial-gradient(circle at bottom right, rgba(0, 229, 255, 0.45) 0%, rgba(0, 229, 255, 0.22) 18%, transparent 58%), #0b1320;
}

html.emptyLayout .standAloneMsg,
body.emptyLayout .standAloneMsg {
  width: 60%;
}

.brand {
  margin: 0 auto 3rem auto;
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 400;
  line-height: 1;
}

.brand img {
  width: 100%;
}
