@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');

@import "tailwindcss";
:root{
--bg-green: #16747E; 
--bg-button: #B1B62A;
--bg-button-frete: #E5CC0E;
--bg-not: #FF0000;
--bg-white: #ffffff;

--text: #343A40;
--text-green: #16747E; 
--text-white: #ffffff;
}
.fa-square-check{
    margin-right: 10px;
    color: var(--bg-green);
}
.fa-solid{
    color: var(--bg-green);
    font-size: 40px;
}
