@font-face {
    font-family: 'Dodger';
    src: url('Dodger-Regular.ttf') format('truetype');
}

.brms-logo {
    font-family: 'Dodger', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5AB9F3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-decoration: none;
    margin-right: 10px;
}

.brms-logo-large {
    font-size: 2.5rem;
} 