/*
Theme Name: Pay Paiva
Theme URI: https://paypaiva.com
Author: Pay Paiva Team
Description: A modern money transfer WordPress theme with full admin control over header, footer, logo, and calculator settings.
Version: 1.0.0
License: GPL v2 or later
Text Domain: pay-paiva
*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
