.bi-restaurant {
  background-image: var(--splash-image);
}

.bi-prequalification {
  mask-image: url(/assets/exponent_logo_square-18bb7e7b1f3a21ca525c91ffadc839a50340452e2dae2665bf29e45a11d8ce53.svg);
  mask-size: 140px;
  mask-repeat: repeat;
  mask-position: right_top
}

.bi-magic-link-sent {
  mask-image: url(/assets/exponent_logo_square-18bb7e7b1f3a21ca525c91ffadc839a50340452e2dae2665bf29e45a11d8ce53.svg);
  mask-size: 80px;
  mask-repeat: repeat;
  mask-position: right top;
  transform: translate(80px, -30px) rotate(25deg);
}
@font-face {
  font-family: "NeueHaasGrotesk";
  font-style: normal;
  font-weight: 400 500;
  font-display: block;
  src: url(/assets/NeueHaasGrotesk-420d21eda7a905e2e2b25eff148979ed85255bc61e88a95ed6f6dbfe80a5406e.ttf) format("truetype-variations");
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
  
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
