/*
Theme Name: Sitto Theme
Theme URI: https://sitto.ch
Description: Custom high-end WordPress theme for Sitto Payment GmbH, matching the exact minimalist, high-contrast user interface.
Version: 1.0.0
Author: Sitto Dev Team
Author URI: https://sitto.ch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sitto-theme
*/

/* Custom styles can be added here. However, we leverage Tailwind CSS classes dynamically. */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fcf9f8;
}
