/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@500&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
:root {

    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/Bold-XXL-logo.png");
    --logo-alt: url("../../custom/theme/assets/images/Bold-XXL-logo.png");

    /***Header Image (Van toepassing op visual.twig)***/
    /* --header-image: url("../../custom/theme/assets/images/header_background.jpg"); */

    /***Brand Colors***/
    --color-brand-primary: #0097ae;
    --color-brand-primary-rgb: 0, 150, 174;
    --color-brand-secondary: #004259;
    --color-brand-tertiary: #00566A;
    --color-brand-light: #fff0f7;
    --color-brand-dark: #000000;
    --color-neutral-gray-0: #F4F2ED;

    /***Font***/
    --font-family: 'Din', sans-serif;
    --font-family-title: 'Din-black', sans-serif;
    --font-family-body: 'Din', sans-serif;
    --font-size: 1.6rem;

    --border-radius: 0;

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/DINOT-Medium.woff2') format('woff2'),
        url('../fonts/DINOT-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Din-black';
    src: url('../fonts/DINOT-Black.woff2') format('woff2'),
        url('../fonts/DINOT-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.tickets-table-container .table-filter-header {
    display: none;
    position: absolute;
}

.container-fluid .sidebar {
    background-color: var(--color-brand-primary);
}

.container-fluid .poweredby a {
    color: var(--color-brand-light);
}
p{
    font-weight: 300;
}
b, strong, .multistep_vertical_step .step_title, .form_label, button, .button{ font-weight: 700;}
button, .button{
    font-size: var(--font-size-s);
}
.logo {
    height: 80px;
}