body { font-family: 'Georgia', serif; }
a { color: #2563eb !important; text-decoration: underline; }
// a:hover { color: #1d4ed8 !important; text-decoration: none; }

.btn-primary {
background-color: #BB6C1E;
    color: #fff !important;
//    font-weight: 500;
    padding: 0.15rem .4rem;      /* py-2 px-4 */
    border-radius: 0.4rem;
//    border: none;
//    cursor: pointer;
//    display: inline-block;
//    text-align: center;
    transition: all 0.2s ease-in-out; /* transition duration-200 */
 //   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
//    text-decoration: none;     /* important if using on <a> tags */
}
/*
.btn-primary:hover {
    background-color: #995922; 
    color: #ccc !important;
}
*/
/*
.btnx-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #60a5fa;
}
*/
