/*
Theme Name: QNPF Custom
Theme URI: https://example.com/qnpf-custom
Author: Site Team
Author URI: https://example.com
Description: Lightweight starter theme tailored for the QNPF website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qnpf-custom
Requires at least: 6.0
Requires PHP: 7.4
Tags: custom, starter
*/

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 3px;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.widget {
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.widget-title {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

