/*
Theme Name: SAFI - South African Furniture Initiative
Theme URI: https://southafricanfurnitureinitiative.co.za
Author: Andrew Wheeler
Author URI: https://cotomo.com
Description: A custom WordPress theme for the South African Furniture Initiative
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: safi
Tags: custom-theme, furniture, industry, responsive
*/

/* =============================================================================
   CSS RESET & BASE STYLES
   ============================================================================= */

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

html {
  font-size: 16px;
  line-height: 1.6;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
  background-color: #ffffff;
}

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

a {
  color: #0f172a;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #1e293b;
}