@font-face {
    font-family: 'PKFont';
    src: url('font/euclidtriangle-medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    letter-spacing: -0.01em;
    color: #000;
    background-color: #fff;
}

h1, h2, h3 {
    font-family: 'PKFont', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

p {
    line-height: 1.75;
}

.brand {
    letter-spacing: 0.5px;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #f26522; /* orange accent */
}

.accent {
    color: #f26522;
}

.article-title {
    font-family: 'PKFont', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}

.article-meta {
    font-size: 0.9rem;
    color: #666;
}

.article-content p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.divider {
    border-top: 2px solid #f26522;
    width: 60px;
    margin: 1rem 0;
}

.navbar-brand img {
    height: 100px !important;
    width: auto !important;
    max-height: 100px;
}

.pk-footer {
    background-color: #f26522;
    color: #fff;
    padding: 2rem 0;
    margin-top: 4rem;
    font-size: 0.9rem;
}

.pk-footer a {
    color: #fff;
    text-decoration: none;
}

.pk-footer a:hover {
    text-decoration: underline;
}