@font-face {
    font-family: 'FrutigerLTStd45Light';
    src: url('./fonts/Frutiger LT Std 45 Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT Std';
    src: url('./fonts/Frutiger LT Std 55 Roman.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'FrutigerLTStd65Bold';
    src: url('./fonts/Frutiger LT Std 65 Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT Std';
    src: url('./fonts/Frutiger LT Std 75 Black.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}
:root {
    --frutiger-lt-std: 'Frutiger LT Std';
    --container-width: 1700px;
    --green: #28A745;
}
body {
    font-weight: 300;
    font-size: 16px;
}
.container {
    max-width: var(--container-width);
}
.marken-slider .slick-slide {
    padding: 0 8px;
}