/*
Theme Name: CertiConnect - UAE B2B Directory
Theme URI: https://yourdomain.com
Author: Your Name
Author URI: https://yourdomain.com
Description: A responsive theme designed specifically for the UAE CertiSource B2B Directory plugin.
Version: 1.0
Text Domain: certiconnect

This theme is designed to be fully responsive and optimized for B2B search and lead generation.
*/

/* --- Setup for Responsive Design --- */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f7f6;
}

/* Base styles imported from assets/css/main.css */