// Deactivate outline accesbility
.mdc-icon-button,
.mdc-button,
.mdc-list-item {
  outline: none;
  border: none;
  box-shadow: none;
  
  &:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
}

.mdc-button {
  font-size: 12px;
  font-family: 'RidleyGrotesk', san-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 14px;

}