/*
Theme Name: Elitepressline
Theme URI: https://elitepressline.com/
Author: Togor Francis
Author URI: https://elitepressline.com/
Description: A premium, article-focused WordPress theme for sports editorial websites. Built with a mobile-first approach, Elitepressline prioritizes typography, readability, and content hierarchy for a world-class reading experience. Features dark mode, AJAX search, infinite scroll, reading progress indicators, and SEO-optimized schema markup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elitepressline
Tags: blog, news, one-column, custom-menu, editor-style, featured-images, full-width-template, footer-widgets, custom-colors, custom-logo, translation-ready, accessibility-ready, dark-mode

Elitepressline WordPress Theme, (C) 2026 Togor Francis
Elitepressline is distributed under the terms of the GNU GPL.
*/

/* Base Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

/* Remove animations for people who prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
