@import "fonts/realm.css";

/* Ultramarine: #374683 */
/* Indigo: #5B54A3 */
/* Grape Jelly: #A648AA */
/* Mulberry: #E53BA7 */
/* Flamingo: #FF3C93 */
/* Sexy Salmon: #FF7385 */
/* Peach: #FF9A91 */
/* Melon: #FFC190 */
/* Elephant: #9A9BA5 */
/* Dove: #EBEBF3 */
/* Charcoal: #1C233F */

* {
  font-family: 'RealmLight', sans-serif;
}

body {
  background: linear-gradient(#f1f1f1, #eee);
  color: #1C233F;
  font-weight: normal;
  text-align: center;
}

a {
  text-decoration: none;
}

button,
.button {
  background: #5B54A3;
  border-radius: 6px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Realm', sans-serif;
  font-size: 1rem;
  padding: .6em;
  position: relative;
  margin: 1rem;
}

.button--secondary {
  /* background: #1C233F; */
  background: transparent;
  border: .1rem solid #1C233F;
  color: #1C233F;
}

.Welcome {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.Welcome__Title {
  font-family: 'Realm', sans-serif;
  font-size: 3rem;
  margin: .5em 0;
}

.Welcome__Logo {
  width: 8rem;
}

.Welcome__Studio {
  margin-top: 1.5rem;
}

.Welcome__SubTitle {
  font-size: 1.5rem;
  padding: 0 1rem;
  margin-bottom: .5rem;
}

.Welcome__Studio__Download {
  display: flex;
  justify-content: space-between;
}

.Welcome__Studio__Platform {
  width: 33%;
}

.Welcome__Studio__Logo,
.Welcome__Studio__Button {
  display: block;
  margin: 1rem auto;
}

.Welcome__Studio__Logo {
  height: 3rem;
}

.Welcome__Studio__Button {
  width: 80%;
}
