/*
Theme Name: GlobalTek
Theme URI: https://globaltek.ubarum.com
Author: Pearl Fibers LTD
Author URI: https://pearlfibers.com
Description: Custom WordPress theme for GlobalTek, developed by Pearl Fibers LTD.
Version: 1.0.0
Text Domain: globaltek
*/

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    padding: 0;
}

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

.site-header,
.site-footer {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.site-footer {
    border-top: 1px solid #eee;
    border-bottom: none;
    margin-top: 3rem;
}

.primary-menu,
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}