/*
Theme Name: Metalúrgica HM
Theme URI: https://metalurgicahm.com.br
Author: Metalúrgica HM
Author URI: https://metalurgicahm.com.br
Description: A custom theme for Metalúrgica HM, adapted from a React portfolio.
Version: 1.0
License: GPU
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: metalurgica-hm
*/

/* Reset & Basic Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
