:root {
  --background: #f4f4f2;
  --foreground: #0b3f4a;
}

html {
  height: 100%;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--foreground);
  background: var(--background);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.placeholder-page {
  display: flex;
  min-height: 100dvh;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.placeholder-card {
  display: flex;
  width: min(320px, 100%);
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.placeholder-logo-image {
  width: 122.75px;
  min-width: 122.75px;
  flex-shrink: 0;
  max-width: none;
  height: auto;
}

.placeholder-message {
  font-family: "Raleway", sans-serif;
  color: #211f1e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
}

.placeholder-email {
  color: #211f1e;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
}
