.c-button {
  @apply inline-flex items-center justify-center px-4 py-2 text-sm rounded-md 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;
  @apply transition-colors duration-200;
}

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