/*
--------------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------------
*/
/* Rouge Script */
.rouge-script {
    font-family: "Rouge Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.courier-prime {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

/*
--------------------------------------------------------------------------------
Alpinejs style override
--------------------------------------------------------------------------------
*/
[x-cloak] {
    display: none !important;
}

/*
--------------------------------------------------------------------------------
Choices.js override for modal compatibility
--------------------------------------------------------------------------------
*/
/* Make the Choices input expand and be fully clickable */
/* .form-input-choices input[type="search"] {
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
} */