@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    font-family: 'system-ui';
}

body{
    background-color: #0050FF!important;
}

.btn-primary{
    background-color: #ffbf00!important;
    border-color: #ffbf00!important;
    border-radius: 0!important;
    border-top-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
}