/*
Theme Name: Yaxley Theme
Theme URI: https://www.waynebeauchamp.co.uk/
Author: Wayne Beauchamp
Author URI: https://www.waynebeauchamp.co.uk/
Description: A child theme for TT5.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Five Child WordPress Theme, (C) 2025 WordPress.org
Twenty Twenty-Five Child is distributed under the terms of the GNU GPL.
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*/


@font-face {
  font-family: "Lato";
  src:
    local("Trickster"),
    url("assets/fonts/Lato-BoldItalic.ttf") format("opentype"),
    url("assets/fonts/Lato-Italic.ttf") format("opentype"),
    url("assets/fonts/Lato-Light.ttf") format("opentype"),
    url("assets/fonts/Lato-LightItalic.ttf") format("opentype"),
    url("assets/fonts/Lato-Regular.ttf") format("opentype"),
    url("assets/fonts/Lato-Thin.ttf") format("opentype"),
    url("assets/fonts/Lato-ThinItalic.ttf") format("opentype"),
    url("assets/fonts/Lato-Black.ttf") format("opentype"),
    url("assets/fonts/Lato-BlackItalic.ttf") format("opentype"),
    url("assets/fonts/Lato-Bold.ttf") format("woff");
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold, h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
