/*
Theme Name: Titan Precision Tooling
Theme URI: https://titandies.com
Author: Titan Precision Tooling
Author URI: https://titandies.com
Description: A responsive WordPress theme for Titan Precision Tooling, showcasing precision dies and tooling solutions.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan-precision
Tags: responsive, business, industrial, tooling, precision

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Import Tailwind CSS */
@import url('https://cdn.tailwindcss.com');

/* Custom styles */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-display {
    font-family: 'Oswald', sans-serif;
}

:root {
    --titan-dark: #0f172a;
    --titan-blue: #0369a1;
    --titan-accent: #f59e0b;
    --titan-light: #f8fafc;
}

.titan-dark {
    background-color: var(--titan-dark);
}

.titan-blue {
    color: var(--titan-blue);
}

.titan-accent {
    color: var(--titan-accent);
}

/* Add any custom styles here */