* {
  font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

body {
  font-size: 16px;
}

p:not(h1 p):not(h2 p),
span:not(h1 span):not(h2 span),
label {
  font-size: 1.2rem;
}

small {
  font-size: 1rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  p:not(h1 p):not(h2 p),
  span:not(h1 span):not(h2 span),
  label {
    font-size: 1rem;
  }

  small {
    font-size: 0.85rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.1rem;
  }
}

.c1 {
  color: #04345b;
}

.c2 {
  color: #0077d4;
}

.border-dashed {
  border-style: dashed !important;
}

.cursor-pointer {
  cursor: pointer;
}

.highlight-drop-area {
  border-color: #1976d2 !important;
}

.invalid-file {
  color: var(--bs-danger);
  font-weight: bold;
}

#drop-area {
  transition: border-color 0.2s;
}

input[type="email"] {
  border-radius: 1.75rem;
}

input[type="email"]::placeholder {
  color: currentColor;
}

form {
  border-radius: 82px;
  max-width: 1407px;
  width: 100%;
}

@media (max-width: 900px) {
  form {
    border-radius: 40px;
  }
}

@media (max-width: 600px) {
  form {
    border-radius: 28px;
  }
}

footer {
  background: #222328;
}
