@font-face {
  font-family: "Formigas";
  src: url("https://formigas.de/_next/static/media//Formigas-Regular.b1bf95f6.eot");
  src: url("https://formigas.de/_next/static/media//Formigas-Regular.b1bf95f6.eot?#iefix")
      format("embedded-opentype"),
    url("https://formigas.de/_next/static/media//Formigas-Regular.d10053d4.woff2")
      format("woff2"),
    url("https://formigas.de/_next/static/media//Formigas-Regular.ded260f4.woff")
      format("woff"),
    url("https://formigas.de/_next/static/media//Formigas-Regular.c97854e1.otf")
      format("opentype");
  font-weight: 400;
  font-style: normal;
}

#app_body {
  font-family: Formigas !important;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
}

#application {
  border-radius: 8px;
  background-color: #f5f5f5 !important;
}

#application .heading {
  font-family: Formigas !important;
  font-weight: 400 !important;
}

a,
.asterisk,
button,
input[type="button"].link-like-button {
  color: #ff7276 !important;
}

#submit_app {
  font-family: Formigas !important;
  font-size: 16px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 200px !important;
  border: solid 1px;
  background-image: none;
  background-color: #ff7276 !important;
  border-color: #ff7276 !important;
  color: white !important;
  text-shadow: none !important;
}
#submit_app:hover {
  background-color: white !important;
  color: #ff7276 !important;
  backdrop-filter: blur(8px);
}

.select2-container,
.select2-result {
  font-family: Formigas;
  font-weight: 400 !important;
}

input,
textarea,
button,
a,
.attach-or-paste .link-container a {
  font-family: Formigas !important;
  font-weight: 400 !important;
}
