/* Example custom styles for Tilda */

/* Headings */
.custom-heading {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

/* Paragraphs */
.custom-text {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}

/* Buttons */
.custom-button {
    background-color: #0073e6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
