.c-button {
  @apply px-4 py-2 text-sm rounded-md text-white cursor-pointer;
  @apply bg-rose text-white font-medium;
  @apply hover:bg-rose-dark ;
  @apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-rose-light;
  @appy transition-colors duration-200;
}

.c-button--outline {
  @apply bg-transparent border-2 border-light-ui text-light-tx hover:bg-light-ui hover:border-light-ui;
}
