/*

Theme Name: Tinssen

Theme URI: https://tinssen.com

Author: Tinssen

Author URI: https://tinssen.com

Description: Website



This is private theme

*/

/**
 * ACF WYSIWYG - Stylizacja Paragrafów
 */

/* Normalny paragraf */
p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Intro - intro paragraf */
p.intro-text {
    font-size: 20px;
    font-weight: 500;
    color: #0066cc;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

/* Highlight - wyróżniony paragraf */
p.highlight-text {
    font-size: 16px;
    background-color: #fff3cd;
    padding: 15px 15px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
    color: #333;
    border-radius: 4px;
}

/* Small text - mały tekst */
p.small-text {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Quote text - cytat */
p.quote-text {
    font-size: 18px;
    font-style: italic;
    color: #555;
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin: 25px 0;
    line-height: 1.8;
}

/* Wersja dla edytora WordPress */
.wp-editor-container p.intro-text,
.wp-editor-container p.highlight-text,
.wp-editor-container p.small-text,
.wp-editor-container p.quote-text {
    display: block;
    margin: 10px 0;
}