@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Rajdhani:wght@400;500;700&display=swap);

.custom-gradient {
  @apply bg-gradient-to-b;
  background: linear-gradient(to bottom, rgba(70, 95, 241, 0.50) 50%,#fff 50%, #D9AE38 100%);
}

.bg-theme {
  background-color: #032C6E;
}

.bg-secondary {
  background-color: #D9AE38;
}