/*
Theme Name: Irish Youth Football
Theme URI: https://irishyouthfootball.com/
Author: Irish Youth Football
Description: A modern, accessible football theme for clubs, teams, competitions, fixtures, results, league tables, news and community pages.
Version: 2.2.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irish-youth-football
Tags: custom-logo, featured-images, accessibility-ready, news, grid-layout, wide-blocks
*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

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