/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');
@import url("/assets/glide-14078f9f.css");

@font-face {
  font-family: 'Enlaced Regular';
  src:url("/assets/Enlaced-regular-11ab6393.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

.bg-blue-to-yellow {
  animation: blue-to-yellow alternate 8s infinite;
}

@keyframes blue-to-yellow {
  from {
    background-color: #c9f6f9bd;
  }
  to {
    background-color: #f5f7a4ab;
  }
}