@font-face {
    font-family: Futura;
    src: url(https://dpa-connect-common-static-pages.s3.eu-central-1.amazonaws.com/assets/fonts/FuturaPTMedium.woff2);
}
@font-face {
    font-family: Inter;
    src: url(https://dpa-connect-common-static-pages.s3.eu-central-1.amazonaws.com/assets/fonts/Inter-Regular.woff2);
}

body {
    font-family: Inter, sans-serif;
    margin: auto;
    background: #FFFFFF;
}

.container {
    display: flex;
    flex-direction: column;
    margin: auto 20px;
}

.cookie-container {
    margin: auto 20px;
    padding: 40px;
}

h1, h2, h3 {
    font-family: Futura, sans-serif;
    margin: 10px 0 !important;
}

p {
    margin: 5px 0 !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
}

th {
    background: #00E281;
}

.cookie-table {
    display: table;
}

.cookie-table th:nth-child(1),
td:nth-child(1) {
    width: 15%;
}

.cookie-table th:nth-child(2),
td:nth-child(2) {
    width: 70%;
}

.cookie-table th:nth-child(3),
td:nth-child(3) {
    width: 15%;
}

.italic {
    font-style: italic;
}

.underlined {
    text-decoration: underline;
}

