* {
    font-family: 'Prompt', sans-serif;
}
html {
    scroll-behavior: smooth;
}
:root{
    --new-dark-orange: #8d9519;
    --new-orange: #fdffa2;
}
/* 
    --new-dark-green: #1e9519;
    --new-green: #a6ffa2;
*/

.green-badge{
    background-color: #a6ffa2;
    color: #1e9519;
}
.text-green{
    color: #1e9519;
}
.orange-badge{
    background-color: var(--new-orange);
    color: var(--new-dark-orange);
}
.text-orange{
    color: var(--new-dark-orange);
}
html, body{
    width: 100vw;
    overflow-x: hidden;
}