@font-face {
    font-family: 'Maven Pro';
    src: url('/api/fonts/MavenPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Maven Pro', sans-serif;
    margin: 40px;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 80px;
    background-image: url('/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.logo-section img {
    height: 80px;
}

h1,
h2,
h3 {
    color: #000000;
}

.section {
    margin-bottom: 40px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

th,
td {
    border: 1px solid #D1B595;
    padding: 8px;
}

th {
    background-color: #D1B595;
}

ul {
    margin-top: 10px;
}