/*
Theme Name: HSL Theme
Theme URI: https://hospitalsaolucas.com.br
Author: Ebcotech
Author URI: https://ebcotech.com.br
Description: Tema personalizado para o Hospital São Lucas.
Version: 1.0.0
Text Domain: hsl-theme
*/

:root {
    --color-primary: #14593B;
    --font-family: 'Montserrat', sans-serif;
}

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

body {
    font-family: var(--font-family);
    color: #333;
    line-height: 1.6;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}
