/*
Theme Name: PhocusPay Theme
Theme URI: https://phocuspay.com
Author: Antigravity
Author URI: https://phocuspay.com
Description: A stunning, lightweight, and modern B2B news theme for PhocusPay, specializing in travel technology and fintech news.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phocuspay
*/

/* Core CSS overrides to make sure the site works beautifully */
html {
    scroll-behavior: smooth;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #f8fafc;
    color: #1e293b;
    margin: 0;
    padding: 0;
}

/* Custom styles for article content */
.prose h1, .prose h2, .prose h3 {
    color: #0f172a;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.prose h2 {
    font-size: 1.5rem;
}
.prose p {
    margin-bottom: 1.25em;
    line-height: 1.75;
}
.prose ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.25em;
}
.prose li {
    margin-bottom: 0.5em;
}
.prose blockquote {
    border-left: 4px solid #10b981;
    padding-left: 1em;
    font-style: italic;
    color: #475569;
    margin: 1.5em 0;
}
