/*
Theme Name: LoricTheme
Theme URI: https://loricaridos.com
Author: Wildfish_BCN
Description: Tema elegante en negro y dorado para loricaridos.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lorictheme
Tags: dark, gold, custom-theme, ecommerce, aquarium
*/

body {
  background-color: #000;
  color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #D4AF37;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.button-primary {
  background-color: #D4AF37;
  color: #000;
  padding: 0.75rem 1.5rem;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #fff;
  color: #000;
}

.section-title {
  color: #D4AF37;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
