/*
Theme Name:   Eleuthera
Theme URI:    https://eleuthera.cloudmanager.center/
Author:       Predrag Alimpic @ Advyon
Author URI:   https://advyon.com
Description:  A clean, light and unbelievably customizable WordPress theme.
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Eleuthera
Tags:         blog, custom-background, custom-logo, responsive-layout
*/

/* ——————————————————————————————————————————————
   Reset & Base Styles
—————————————————————————————————————————————— */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.6;
}

a {
  color: #0073aa;
  text-decoration: none;
}
a:hover {
  color: #005177;
}
