/* for debugging */
[outlines="1"] * {
  outline: 1px dashed;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #141414;
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 600;
  color: #fff;
  font-size: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
/* 
<weight>: Use a value from 200 to 900 
<uniquifier>: Use a unique and descriptive class name 
*/

.mona-sans-<uniquifier> {
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* 
<weight>: Use a value from 400 to 700
<uniquifier>: Use a unique and descriptive class name
*/

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



.wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 80vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;

  width: 90vw;

}

.top {
  align-items: start;
}

.center {
  width: 100%;
  
}

.logo {
  width: 100%;
  height: 64px;
  background:url("../img/logo_underdog.png") no-repeat center center;
  background-size: contain;
}

.tagline {
  margin: 24px 0;
}

.tagline p {
  margin: 8px 0;
}

.tagline p span {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}


.contact {
  display: flex;
  flex-flow: column wrap;
  gap: 8px;
}

