*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 375px;
  height: 100%;
  font-family: "ALSSirius";
}

body {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.forbidden {
  display: flex;
  flex: 1 0 0;
  flex-flow: column nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px max(5%, 30px);
  font-style: normal;
  font-weight: 400;
  font-family: "ALS Sirius";
  background: #eaeafd;
}

.forbidden__logo {
  position: absolute;
  top: 20px;
  left: 30px;
  font: normal 600 21px / 1.2 "ALS Sirius", sans-serif;
  background: radial-gradient(
    49.07% 116% at 18.95% 50%,
    #0000f0 0%,
    #0200f0 6.67%,
    #0701f1 13.33%,
    #0f03f1 20%,
    #1c06f2 26.67%,
    #2b09f3 33.33%,
    #3e0df5 40%,
    #5311f7 46.67%,
    #6816f8 53.33%,
    #7d1afa 60%,
    #901efc 66.67%,
    #9f21fd 73.33%,
    #ac24fe 80%,
    #b426fe 86.67%,
    #b927ff 93.33%,
    #bb27ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.forbidden__heading {
  margin: 40px 0 24px 0;
  font: normal 400 48px / 1.1 "ALS Sirius", sans-serif;
  text-align: center;
}

.forbidden__description {
  margin: 0 0 40px;
  color: rgba(21, 25, 30, 0.64);
  font: normal 400 18px / 1.3 "ALS Sirius", sans-serif;
  text-align: center;
}

.forbidden__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 48px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font: normal 500 18px / 1.3 "ALS Sirius", sans-serif;
  text-decoration: none;
  background: radial-gradient(
    92.09% 100% at 0% 50%,
    #0000f0 0%,
    #0200f0 6.67%,
    #0701f1 13.33%,
    #0f03f1 20%,
    #1c06f2 26.67%,
    #2b09f3 33.33%,
    #3e0df5 40%,
    #5311f7 46.67%,
    #6816f8 53.33%,
    #7d1afa 60%,
    #901efc 66.67%,
    #9f21fd 73.33%,
    #ac24fe 80%,
    #b426fe 86.67%,
    #b927ff 93.33%,
    #bb27ff 100%
  );
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Medium.woff2") format("woff2"),
    url("./fonts/ALSSirius-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Thin.woff2") format("woff2"),
    url("./fonts/ALSSirius-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius Book";
  src: url("./fonts/ALSSirius-Book.woff2") format("woff2"),
    url("./fonts/ALSSirius-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Black.woff2") format("woff2"),
    url("./fonts/ALSSirius-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Light.woff2") format("woff2"),
    url("./fonts/ALSSirius-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Bold.woff2") format("woff2"),
    url("./fonts/ALSSirius-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Sirius";
  src: url("./fonts/ALSSirius-Regular.woff2") format("woff2"),
    url("./fonts/ALSSirius-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
