@font-face {
  font-family: 'Founders-Grotesk-Mono-Web-light';
  font-weight: normal;
  src: url('../font/summum/founders-grotesk-mono-web-light.woff2') format('woff2');
}

@font-face {
  font-family: 'Founders-Grotesk-Web-light';
  font-weight: normal;
  src: url('../font/summum/founders-grotesk-web-light.woff2') format('woff2');
}

@font-face {
  font-family: 'Times-Now-Extra-Light';
  font-weight: normal;
  src: url('../font/summum/times-now-extra-light.woff') format('woff');
}

@font-face {
  font-family: 'Times-Now-Light-Italic';
  font-weight: normal;
  src: url('../font/summum/times-now-light-italic.woff') format('woff');
}

@font-face {
  font-family: 'Times-Now-Light';
  font-weight: normal;
  src: url('../font/summum/times-now-light.woff2') format('woff2');
}

@font-face {
  font-family: 'Founders-Grotesk-Web-light';
  font-weight: normal;
  src: url('../font/summum/summum-font.woff2') format('woff2');
}

.card h2.ui.header {
  font-family: 'Times-Now-Light';
  font-weight:300;
  margin-bottom:0;
}

.promotion-list-item-header {
  font-weight:200;
  font-size: 1rem;
}

.promotion-list-item-description {
  font-weight:200;
  font-size: 0.9rem;
}

.ui.stackable.grid.points-contributors {
  border-top: 1px solid #E6E6E6
}

.content h5 {
  text-transform: uppercase;
  font-family: 'Founders-Grotesk-Mono-Web-light';
  font-size:0.9rem
}

:root {
    --mdc-theme-primary:black;
    --mdc-theme-secondary: #050505;
  }

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary, #d3c5c3)
  }
  
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: var(--mdc-theme-primary, #8a7e78)
}

#sign-up-button {
  background-color: black;
  color:white;
  font-family: "Founders-Grotesk-Mono-Web-light";
  box-shadow: none !important;
  align-items: center;
  border: .1rem solid transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .4s cubic-bezier(.48, .04, .52, .96),background-color .4s cubic-bezier(.48, .04, .52, .96),color .4s cubic-bezier(.48, .04, .52, .96);
}


body {
  font-family:"Founders-Grotesk-Web-light";
  background-color:white;
}

.mdc-typography--headline1, .mdc-typography--headline2, .mdc-typography--headline3, .mdc-typography--headline4 {
  font-family:"Founders-Grotesk-Web-light";
}

.mdc-text-field__input {
  font-family:"Founders-Grotesk-Web-light";
}

.mdc-select__native-control {
  font-family:"Founders-Grotesk-Web-light";
}

.mdc-select__selected-text {
  font-family:"Founders-Grotesk-Web-light";
}

.mdc-form-field {
  font-family:"Founders-Grotesk-Web-light";
}

.mdc-button {
  font-family:"Founders-Grotesk-Web-light";
}

.notice {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid #8a7e78;
    color: #3c3c3b;
    background-color:#8a7e78;
    font-weight: bold;
    font-size: 2rem;
}

:root {
  --mdc-theme-primary:#3c3c3b;
  --mdc-theme-secondary: #8a7e78;
}

#login {
  background-color:black;
}f

.kiosk-logo {
  max-width:200px
}

.progress, .progress-background {
    background-color: black;
}

div.ui.card.shopper-card {
  background-color:#8a7e78;
}

.promotion-list-item {
  margin-bottom:1rem
}

.progress-promotion {
  max-width: 100%;
}

#card-logo-container {
  text-align:center;
}

#card-logo-container img {
  height:50px;
}

div.ui.card.shopper-card .header {
  color:#3c3c3b;
  text-align: center;
}

div.ui.card.shopper-card .meta {
  color:#3c3c3b;
  text-align: center;
}


.ui.card, .ui.cards>.card {
  box-shadow: none;
  border: 1px solid #E6E6E6;
  border-radius: 0;
}

.ui.card .content .sub.header, .ui.cards>.card .content .sub.header {
  color:#3c3c3b;
  font-family:"Founders-Grotesk-Mono-Web-light";
}

h3.section-header {
  color: #3c3c3b;
  font-family: "Times-Now-Light";
  font-size: 4rem;
  font-weight:400;
  line-height: 4.5rem;
  letter-spacing: -.02em;
}

.ui.card.spaaza-basket-voucher, .ui.cards>.ui.card.spaaza-basket-voucher {
  background-color:white;
  text-shadow:none;
  color:black;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius:0
}

.ui.card.spaaza-basket-voucher>.content>.description, .ui.cards>.card.spaaza-basket-voucher>.content>.description {
  color:black;
  font-family: "Founders-Grotesk-Web-light";
}

.ui.card.spaaza-basket-voucher>.content .sub.header, .ui.cards>.card.spaaza-basket-voucher>.content .sub.header {
  color:black;
}

.ui.card.spaaza-basket-voucher h2.ui.header {
  color:black;
}

.ui.card>.content>.header, .ui.cards>.card>.content>.header {
  color:black;
  font-family: "Times-Now-Light";
}

.ui.card.shopper-card > .image, .ui.cards > .card > .image {
  padding: 1rem;
}

.ui.card.shopper-card {
  color: #3c3c3b;
}


#settings header.ui.basic.segment {
  background-color:black;
  color:white;
}

.ui.card.spaaza-basket-voucher .ui.button {
  border-radius:0;
  border: 1px solid rgba(0,0,0,.1);
}

.ui.card.spaaza-basket-voucher .extra.content {
  color:black
}

.ui.primary.button, .ui.primary.buttons .button{
    font-weight:300;
    background-color: black;
    color:white;
    font-family: "Founders-Grotesk-Mono-Web-light";
    box-shadow: none !important;
    align-items: center;
    border: .1rem solid transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color .4s cubic-bezier(.48, .04, .52, .96),background-color .4s cubic-bezier(.48, .04, .52, .96),color .4s cubic-bezier(.48, .04, .52, .96);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ui.primary.active.button, .ui.primary.button .active.button:active, .ui.primary.buttons .active.button, .ui.primary.buttons .active.button:active {
  background-color: white;
}

.ui.primary.button:focus, .ui.primary.buttons .button:focus  {
  background-color: white;
  color:black;
}

.ui.primary.button:hover, .ui.primary.buttons .button:hover{
  background-color: white;
  color:black;
}

.ui.primary.button:active, .ui.primary.buttons .button:active{
  background-color: white;
  color:black;
}

.ui.selection.active.dropdown:hover {
  background-color: white;
  color:black;
}

.ui.secondary.button, .ui.secondary.buttons .button{
  background-color: #3c3c3b;
  color:rgb(255, 255, 255);
}

.ui.secondary.button:hover, .ui.secondary.buttons .button:hover{
background-color: #3c3c3b;
color:rgb(255, 255, 255);
}

a, a:hover {
  color: #8a7e78;
}

.circle-monogram {
  background-color: #8a7e78
}

.ui.card>.content a:not(.ui), .ui.cards>.card>.content a:not(.ui) {
  color: #8a7e78;
}

.ui.card>.content a:not(.ui):hover, .ui.cards>.card>.content a:not(.ui):hover {
  color: #8a7e78;
}

