@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), url('./fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
       url('./fonts/OpenSans/OpenSans-Light.woff') format('woff');
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), url('./fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
       url('./fonts/OpenSans/OpenSans-Light.woff') format('woff');
  font-weight: 700;
  font-display: block;
}

.deprecated-container {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  color: #252728;
  overflow: hidden;
}

.deprecated-mobileLogo {
  position: absolute;
  top: 0;
  margin: 20px;
}

.deprecated-desktopLogo {
  display: none;
}

.deprecated-modal {
  display: inline-block;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  text-align: left;
  padding: 32px;
  background-color: white;
  border: solid black 1px;
  border-radius: 8px;
  margin: 10px;
}

.deprecated-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.04em;
}

.deprecated-description1 {
  margin-top: 16px;
}

.deprecated-description2 {
  margin-bottom: 20px;
}

.deprecated-description1,
.deprecated-description2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.deprecated-line {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.deprecated-browserLinks {
  color: transparent;
  margin-right: 42px;
}

@media (min-width: 768px) {
  .deprecated-container {
    text-align: center;
  }

  .deprecated-mobileLogo {
    display: none;
  }

  .deprecated-desktopLogo {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 20px;
  }

  .deprecated-modal {
    height: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .deprecated-description1,
  .deprecated-description2 {
    white-space: pre-wrap;
  }

  .deprecated-browserLinks {
    white-space: nowrap;
  }

  .deprecated-browserLinks:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .deprecated-desktopLogo {
    width: 130px;
    height: 130px;
    margin: 70px;
  }
}
