@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@100;400;500;700&display=swap');

.flash-error {
  @apply bg-flash-error;
}
.flash-notice {
  @apply bg-flash-notice;
}
.contains-blue-links a {
  @apply text-primary underline;
}
.text-color-blue {
  @apply text-primary;
}
.text-color-red {
  @apply text-warning;
}
.text-common-link {
  @apply text-primary underline;
}
.custom-list {
  @apply list-outside list-disc ml-3;
}
