:root {
    --primary: #B2935A;
    --background: #ececec;
}

body {
    background-color: var(--background) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=YourFont&display=swap');

body {
    font-family: 'YourFont', sans-serif !important;
}


.app-logo {
    max-height: 32px;
    margin-right: 8px;
}
