/*
Theme Name: Zeiq Custom Theme
Theme URI: https://example.com
Author: Custom
Description: Install-ready WordPress theme (Figma-based structure placeholder)
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
