/*
Theme Name: AllQuotes Online Starter
Theme URI: https://allquotes.online
Author: OpenAI Codex
Author URI: https://openai.com
Description: Safe starter theme for AllQuotes Online.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.0
Text Domain: allquotes-online-starter
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #10233d;
  background: #f4f9fb;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  display: block;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #0f172a;
  z-index: 100000;
}
