@charset "UTF-8";
/*
Theme Name: part66hub
Theme URI: https://part66hub.com/
Author: Sawban Shahin
Author URI: https://sawbanshahin.com/
Description: A custom WordPress theme for personal portfolio website, based on a UI design. Uses tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tailwind, responsive-layout, custom-theme
Text Domain: part66hub

This theme is designed to be fully responsive and optimized for performance. It includes custom templates for portfolio items, a blog section, and a contact page. The theme also supports custom widgets and has been built with SEO best practices in mind.
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


body { 
    font-family: 'DM Sans', sans-serif; 
    background: #f5f6fa; }
    
header, section{
    max-width: 1200px;
    margin: auto;
}
