﻿@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700&display=swap");

body {
    background-color: #E4E0C0;
}

/*#wrapper #content-wrapper {
    background-color: #F4F3E9;
}*/

.btn {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.btn-dark {
    color: #fff;
    background-color: #10024D !important;
    border-color: #5a5c69;
}

.bg-dark {
    background-color: #10024D !important;
}

.form-select {
    background-color: transparent;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    padding: 0.375rem 0.75rem;
}

