/*
 *
 *       buttons
 *
 */

/* .button {} */

.button {
    display: inline-block;
    font-family: Nudista, sans-serif, ui-sans-serif;
  /*   width: theme('spacing.full'); */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase ;
    font-size: 1.25rem;
    line-height: 1.00;
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba( 0,  0,  0, 1.0);
    padding: 0.50rem 1.50rem 0.50rem 1.50rem;
    border-radius: 10px;
  }


/*# sourceMappingURL=buttons.css.map*/