/*
 * This file is kept for any custom styles that aren't covered by Tailwind CSS.
 * Most styling should be done using Tailwind utility classes.
 */

.link-primary {
  color: #1A4F8B;
  text-decoration: underline;
}

.link-primary:hover {
  opacity: 0.8;
}

