.bi-restaurant {
  background-image: var(--splash-image);
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url(/assets/Manrope-ExtraLight-0ef22fcbe4610b3c3da631e7e22a0d63b263b2dad711fa2b111ce568c2710f33.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/Manrope-Light-43e5e840d60b3a3bec39d2e5c51948c478a042231e6d2f380e8fc24ad4eef697.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/Manrope-Regular-1b9a314ec8861ec90b775638156d18b56f8ee3fb26e43ac04794c834ee496f7e.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(/assets/Manrope-Medium-cdb4461d850bb688c6b2137e40d1525e7dc804e57e5e70945f521fc5840998ec.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(/assets/Manrope-SemiBold-45e14d5f7cb2a7c043011a663f2cc4dbcdb21357b0232e8e3a3222d517868a2f.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/assets/Manrope-Bold-fd161602d31902f1d6a4d26eec54aad7e507aa10743c7afc5f78ee729a31ad11.ttf);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url(/assets/Manrope-ExtraBold-b72cc5387fc1846703c4daec62b59aa410123c10c9a7c1c363803a4a2dc3edfc.ttf);
}
/*
 * 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;
}
