/*
Theme Name: Portugal à Vista Theme
Theme URI: https://portugalavista.com/
Author: Portugal à Vista
Author URI: https://portugalavista.com/
Description: A custom theme for Portugal à Vista.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portugalavista
*/

:root {
  --color-green: #15562e;
  --color-red: #da2726;
  --color-gold: #e6ac31;
  --color-black: #080e0d;
  --color-beige: #e0c9a5;
  --color-bg: #faf4e6;
  font-family: 'Inter', sans-serif;
}

body {
  background: var(--color-bg);
  color: var(--color-black);
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

header {
  background: var(--color-bg);
  padding: 1rem;
  border-bottom: 1px solid var(--color-beige);
}

header .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-green);
  text-decoration: none;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

nav a {
  color: var(--color-black);
  text-decoration: none;
  font-weight: 600;
}

footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-beige);
  padding: 1rem;
  text-align: center;
  color: var(--color-black);
}
