body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.855rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
/* Button customizations from reference file */
.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.855rem;
    transition: all 0.2s ease;
}

.btn-primary {
    font-size: 0.855rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*
.btn-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
*/

.btn-secondary {
    font-size: 0.8rem;
}

.btn-sm {
    font-size: 0.75rem;
}

.btn-lg {
    font-size: 1rem;
}

.btn-group .btn {
    font-size: 0.8rem;
}

.btn .fas,
.btn .far,
.btn .fab {
    font-size: 0.855rem;
}

.btn-slim {
    height: 1.8rem;
    font-size: 0.855rem;
    padding: 0.2rem;
}
.no-style {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
}
