/** CSS Easing functions */ /* Bulma Utilities */
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-ExtraBold.woff2?d9cdc447eac5b0bf3e09b217f50727b3) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-Medium.woff2?3d6153321ceb02eca07dd459c0b05988) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-ExtraBoldObl.woff2?2813349e29d9d3b3dfad50ae2dba6f91) format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-Light.woff2?a4d2bcc7a39ff08d74a6cb97eda219ac) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-MediumObl.woff2?4b27e574221e48038bd91373f1422eb9) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-Bold.woff2?cbd1d09bcdb0ca50767b98dcbc2c7998) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-LightObl.woff2?dd3b61b5291f94719b4737e3189509fc) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-BoldObl.woff2?148534eefa7708b1fbd88799128714dd) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Book";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/FuturaPT-Book.woff2?01c58baff766ade8d934376b56a936a1) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat Brush";
  src: url(/wp-content/themes/tulipe-ext/dist/fonts/CaveatBrush-Regular.woff2?e4db6471afba8db944c110a974c79468) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.login {
  background: #0C274F;
  font-family: "Futura PT";
}
.login h1 {
  background: var(--wp--preset--color--oxford-blue);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 12px;
}
.login h1 a {
  background-size: contain;
  height: 100px;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.login form {
  border-radius: 25px;
}
.login form .input {
  font-size: 18px;
  padding: 3px 8px;
}
.login form input#wp-submit {
  background-color: #FF7139;
  border-color: #FF7139;
  font-weight: 600;
  letter-spacing: 0.025ch;
  padding: 0 6px;
}
.login p.message {
  border-radius: 25px;
  font-size: 0.75rem;
  background: white;
  border-radius: 0;
  margin: 10px 0 -10px 0;
}
.login p#backtoblog a,
.login p#nav a {
  color: white;
}
.login .privacy-policy-page-link {
  display: none;
}
