/*
Theme Name: skellyLooks
Theme URI: https://example.com/skellylooks
Author: Skelly Team
Author URI: https://github.com
Description: A lightweight WordPress theme with Onest font support.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skellylooks
Tags: one-column, custom-logo, custom-menu, accessibility-ready, block-styles
Requires at least: 6.0
Requires PHP: 7.4
*/

body {
  margin: 0;
  padding: 0;
  font-family:
    'Onest',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: #f7f7f7;
  color: #222;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005177;
}

.site-title {
  font-size: 2rem;
  margin: 0;
}

.site-description {
  margin: 0.5rem 0 1.5rem;
  color: #666;
}

.site-content {
  width: min(1080px, calc(100% - 2rem));
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
}
