/*
Theme Name: Trinity Enterprises v3
Theme URI: http://www.trinity.in
Author: Trinity Enterprises
Author URI: http://www.trinity.in
Description: Fully working WordPress theme for stainless steel kitchenware and bar accessories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trinity-enterprises
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}
header, footer {
    background: #2c3e50;
    color: white;
    padding: 20px 0;
    text-align: center;
}
main {
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
}
h1, h2 {
    color: #2c3e50;
}
img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
nav {
    background: #34495e;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}
