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

body {
    font-family: "Roboto Slab", serif;
    --bg-main-color: rgba(255, 255, 255, 1);
    --bg-secondary-color: rgba(255, 248, 232, 0.5); 
    --text-color: black;
    --text-secondary-color: #fff;
    --main-color: #BB6653;
    --secondary-color: #F08B51;
}

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