// Buttons
$buttons: (
  base: (
    font: 'Arial',
    weight: 'normal',
    color: 'white-color',
    padding: '0 10px',
    border-radius: 5px
  )
);
