/*

    ARQUIVO DE PERSONALIZAÇÃO SEM TAILWIND

*/

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

* {
    font-family: 'Montserrat', sans-serif;
}


.modelos-personalizado {
    list-style: none;
}

.modelos-personalizado li::before {
  content: "";
  display: inline-block;
  width: 15px;  /* Set desired width */
  height: 15px; /* Set desired height */
  background-image: url('../assets/icons/download-icon.svg');
  background-size: contain; /* Scales image to fit container */
  background-repeat: no-repeat;
  margin-right: 10px; /* Space between icon and text */
  vertical-align: middle;
}