/*
Theme Name: That Website Co. Premium Theme
Theme URI: https://thatwebsite.co
Author: That Website Co.
Author URI: https://thatwebsite.co
Description: Premium WordPress theme with conversion-focused design system
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: twc-premium
Tags: custom-header, custom-menu, featured-images, threaded-comments, translation-ready

This theme is built using premium design standards from That Website Co.
*/

/* Fonts */
@font-face {
    font-family: 'PP Mondwest';
    src: url('assets/fonts/ppmondwest-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Base Styles */
html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PP Mondwest', serif;
}

/* Custom Utilities */
.text-secondary {
    color: #4DB5D9;
}

.bg-secondary {
    background-color: #4DB5D9;
}

#header {
    
}
