﻿body {
    font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
}
.template-block {
    border: 2px dashed #0056b3;
    background: #f5f9ff;
    padding: 16px;
    margin: 16px 0;
    border-radius: 6px;
}

.template-block h3 {
    margin: 0 0 8px 0;
    color: #0056b3;
}

.template-block p {
    margin: 0;
}
.header-title {
    border: 1px solid #ddd;
    padding: 8px;
    background: #fff;
    font-weight: bold;
}