@font-face {
  font-family: 'NarkissBlockDigibank-Regular';
  src: url("/assets/fonts/NarkissBlockDigibank-Regular.woff") format('woff');
}
@font-face {
  font-family: 'NarkissBlockDigibank-Medium';
  src: url("/assets/fonts/NarkissBlockDigibank-Medium.woff") format('woff');
}
@font-face {
  font-family: 'NarkissBlockDigibank-Semibold';
  src: url("/assets/fonts/NarkissBlockDigibank-Semibold.woff") format('woff');
}


* {
  font-family: 'NarkissBlockDigibank-Regular';
  outline: none;
  color: black;
  user-select: none;
  box-sizing: border-box;
}


*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border-radius: 4px;
}

html, body {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a:hover,
a {
  text-decoration: none;
  width: fit-content;
}

img {
  max-width:100%;
  max-height: 100%;
}

body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
  flex-direction: column;
  background-image: url(/assets/bg-mobile.png);
  background-position: top left;
  background-size: cover;
  -webkit-font-smoothing: antialiased  !important;
  text-rendering:optimizeLegibility !important;
}

.headline {
  font-size: 36px;
  margin-bottom: 0px;
  font-family: 'NarkissBlockDigibank-Semibold';
  letter-spacing: -0.05rem;
  font-weight: 400;
}

p {
  font-size: 18px;
  max-width: 300px;
  font-family: 'NarkissBlockDigibank-Medium';
  color: #787E85;
  margin-bottom: 32px;
  line-height: 24px;
}

p a {
  color: #007AFF;
  font-family: 'NarkissBlockDigibank-Semibold';

}


.appstores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.appstores button {
  border: 0;
  background: white;
  border-radius: 8px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.appstores button img {
  width: 100%;
}

.logo {
  margin-top: 40px;
  height: 40px;
}

@media screen  and (min-width: 800px) {
  body {
    background-image: url(/assets/bg-desktop.png);
  }
  .headline {
    font-size: 52px;;
  }
  p {
    max-width: 100%;
  }
}
