/* Import PT Sans font */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

/* Apply globally */
body {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-weight: 700; /* black / bold weight */
    color: #000; /* ensure text stays black */
}

/* Optional tweaks for headings if you want a heavier look */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-weight: 700;
    color: #000;
}

.header-menu-row { margin-top: 10px; }
.header-menu-row .menu { justify-content: center; }