@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400");

/* Segoe UI – local fonts from segoe folder */
@font-face {
  font-family: "Segoe_UI-Regular";
  src: url("segoe/Segoe_UI-Regular.woff2") format("woff2"), url("segoe/Segoe_UI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-Bold";
  src: url("segoe/Segoe_UI-Bold.woff2") format("woff2"), url("segoe/Segoe_UI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-Black";
  src: url("segoe/Segoe_UI-Black.woff2") format("woff2"), url("segoe/Segoe_UI-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-Italic";
  src: url("segoe/Segoe_UI-Italic.woff2") format("woff2"), url("segoe/Segoe_UI-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-BoldItalic";
  src: url("segoe/Segoe_UI-BoldItalic.woff2") format("woff2"), url("segoe/Segoe_UI-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-Semilight";
  src: url("segoe/Segoe_UI-Semilight.woff2") format("woff2"), url("segoe/Segoe_UI-Semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-SemilightItalic";
  src: url("segoe/Segoe_UI-SemilightItalic.woff2") format("woff2"), url("segoe/Segoe_UI-SemilightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe_UI-SemiboldItalic";
  src: url("segoe/Segoe_UI-SemiboldItalic.woff2") format("woff2"), url("segoe/Segoe_UI-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline-offset: 2px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fullheight-screen {
  height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
  .alf-btn {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .alf-btn:hover {
    transform: scale(1.05);
  }

@media screen and (max-width: 1500px) {
    .small-screen-heading {
      font-size: 36px;
    }
    .small-screen-instructions {
      gap: 4px;
    }
    .reduced-gap {
      gap: 16px !important;
    }
    .small-screen-title {
      font-size: 64px !important;
      line-height: 64px !important;
    }
  }
