@import url("https://microsites.francirek.cz/microsites_main_styles.css");

body {
    font-family: "Lexend", sans-serif;
    --bg-main-color: rgba(255, 255, 255, 1);
    --bg-secondary-color: rgba(250, 250, 250, 1); 
    --text-color: black;
    --text-secondary-color: #fff;
    --main-color: #353E43;
    --secondary-color: #628699;
}

.column-left {
    background: url('/img/img-bg.webp') center center/cover no-repeat;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}