/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: UpSolution
Author URI: http://us-themes.com/
Description: Multi-Purpose WordPress Theme.
Version: 8.12.1757690263
Updated: 2025-09-12 17:17:43

*/

/* Přepsat inline style */
div[style*="#D70F36"],
div[style*="#d70f36"] {
    color: #b70d2e !important;
}

/* Nebo obecněji pro všechny elementy */
*[style*="#D70F36"],
*[style*="#d70f36"] {
    color: #b70d2e !important;
}

/* Specificky pro tento typ textu */
.w-html div[style*="color:#D70F36"] {
    color: #b70d2e !important;
}

/* Specificky pro li::before */
.obsah ul li::before {
    color: #b70d2e !important;
}

/* CSS Font Smoothing */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Nebo jen pro DIN Pro font */
[style*="font-family"] {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Specificky pro DIN Pro */
*[style*="DIN"],
.din-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
