:root {
  --blue:#f2d275;

.button {
    background: #f2d275;
}

.button--flat {
    color: #FFFFFF;
}

