/**
 * Frontend styles for BBS Directory
 * Most styles are inline in the PHP templates for portability.
 * Use this file for custom overrides in your theme.
 */

/* 
Example overrides:

.bbs-dir {
    font-family: your-brand-font, sans-serif;
}

.bbs-btn-primary {
    background: #your-brand-color;
}

.bbs-btn-primary:hover {
    background: #your-brand-color-dark;
}

.bbs-card {
    border-radius: 16px;
}

.bbs-badge {
    background: #your-bbs-color;
}
*/
