html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
:root {
  --rannoch-color-1: #53cddc;
  --rannoch-color-2: #666;
}
/*********************************************
* wrapper
*********************************************/
.logo-samples {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  width: 100%;
}
/*********************************************
* logo
*********************************************/
a.logo {
  display: block;
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  text-decoration: none;
}
a.logo div {
  margin: 0;
  padding: 0;
}
a.logo div:nth-child(1) {
  font-size: 68px;
  line-height: 0.8em;
  color: var(--rannoch-color-1);
}
a.logo div:nth-child(1) span {
  opacity: 0;
}
a.logo div:nth-child(2) {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.7px;
  font-size: 24px;
  line-height: 1.2em;
  margin-left: 1px;
  color: var(--rannoch-color-2);
}
a.logo.logo-coo .rannoch-logo-sequence {
  position: absolute;
  aspect-ratio: 960 / 540;
  width: 200px;
  height: auto;
  top: -46px;
  left: 124px;
}
a.logo.logo-deer .rannoch-logo-sequence {
  position: absolute;
  aspect-ratio: 960 / 540;
  width: 200px;
  height: auto;
  top: -50px;
  left: 123px;
}
/*# sourceMappingURL=rannoch.css.map */