/*
Theme Name: Good Websites
Theme URI: https://goodwebsites.com
Author: Good Websites Team
Author URI: https://goodwebsites.com
Description: A modern WordPress theme for Good Websites with custom landing page templates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodwebsites
Tags: custom, modern, landing-page, business
*/

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-shadow-sm { 
    text-shadow: 0 1px 2px rgba(0,0,0,0.1); 
}

.text-shadow-lg { 
    text-shadow: 0 4px 8px rgba(0,0,0,0.2); 
}

/* Theinhardt Font Face */
@font-face {
    font-family: 'Theinhardt';
    src: local('Theinhardt'), local('Theinhardt-Bold'), url('https://fonts.cdnfonts.com/s/16086/Theinhardt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Theinhardt';
    src: local('Theinhardt'), local('Theinhardt-Regular'), url('https://fonts.cdnfonts.com/s/16086/Theinhardt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

