
@font-face {
    font-family: 'BA Le-Be';
    src: url('/assets/fonts/BA_Le-Be_Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CA Negroni Light';
    src: url('/assets/fonts/CA_Negroni_Light.ttf') format('truetype');
}
body {
    font-family: 'CA Negroni Light', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}
header {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;
}
header h1 {
    margin: 0;
    font-size: 2.5em;
    color: #2a2a2a;
    font-family: 'BA Le-Be', Arial, sans-serif;
}
header h1 span {
    font-family: 'BA Le-Be', Arial, sans-serif;
    font-size: 1.2em;
    color: #555;
}
nav a {
    text-decoration: none;
    color: #007BFF;
    margin: 0 15px;
}
nav a:hover {
    text-decoration: underline;
}
.rate-sheet th, .rate-sheet td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
footer a {
    color: #007BFF;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
