/*
Theme Name: Aksara Virtual Agency
Description: Custom block-ready theme for Aksara Virtual Agency. Designed to fetch content directly from the Gutenberg editor to avoid hardcoding designs.
Author: Aksara Team
Version: 1.0
*/
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fdfbf7;
    color: #333;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Ensure the WPForms integrate smoothly */
.wpforms-container {
    margin-top: 20px;
}
