
@font-face {
  font-family: 'Italian';
  src: url("https://membership-museum-assets.loby.io/99689f44-a3f0-4cf5-a743-5b772962e28b/ItalianPlateNo2Exp-Rg.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Italian;
  color: #000;
	font-size: 17px;
}

input {
  font-family: Italian;
  color: #000;
	font-size: 17px;
}
textarea {
  font-family: Italian;
  color: #000;
	font-size: 17px;
}

.header__logo {
  text-indent: -9999px;
	width: 200px;
  height: 83px;
  background-color: transparent;
  background-image: url(https://membership-museum-assets.loby.io/99689f44-a3f0-4cf5-a743-5b772962e28b/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  background-color: #FFF;
}

.footer__logo {
  display: none;
}

.ui__button {
  font-weight: 400;
  background-color: rgb(39, 62, 64);
	border-radius: 6px;
	font-size: 17px;
}

.ui__button--ghost {
  border-width: 1px;
	background-color: #fff;
	border-color: rgb(39, 62, 64);
	color: rgb(39, 62, 64);
}

.ui__membership-type-card {
  background-color: rgb(39, 62, 64);
  color: #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-width: 0;
  position: relative;
	color: #fff;
	font-weight: 400;
	background-image: url(https://membership-museum-assets.loby.io/99689f44-a3f0-4cf5-a743-5b772962e28b/logo2.png);
	background-size: 50%;
	background-position: center center;
}


.ui__membership-type-card__title {
  font-size: 16px;
  font-weight: 400;
}

.ui__membership-type-card__price {
	font-size: 16px;
  font-weight: 400;
}

.ui__membership-type-card__more {
  display: none;
}

.header__menu {
  display: none;
}

.footer__links__manage {
  display: none;
}
