/*
Theme Name: ArrowAndAim
Theme URI: https://arrowandaim.com
Author: ArrowAndAim
Description: A fast editorial block theme for an SEO-driven archery publication.
Version: 0.1.0
Requires at least: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arrowandaim
*/

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

img {
  height: auto;
  max-width: 100%;
}

