/*
Theme Name: authentic-child
Theme URI: https://brewpixel.com/wordpress/theme/authentic-child
Description: Genesis child theme authentic-child.
Author: BrewPixel
Author URI: https://brewpixel.com/

Version: 1.1.1

Tags: responsive-layout, translation-ready

Template: genesis
Template Version: 3.3.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: authentic-child

This theme, like WordPress, is licensed under the GPL.
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/

/*
@font-face {
    font-family: "fsalbert-light";
    src: url("./fonts/fs-albert-light.woff2") format("woff2"), url("/fonts/fs-albert-light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-regular";
    src: url("./fonts/fs-albert-regular.woff2") format("woff2"), url("/fonts/fs-albert-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-bold";
    src: url("./fonts/fs-albert-bold.woff2") format("woff2"), url("/fonts/fs-albert-bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-extra-bold";
    src: url("./fonts/fs-albert-bold-extra.woff2") format("woff2"), url("/fonts/fs-albert-bold-extra.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
*/

@font-face {
    font-family: "fsalbert-light";
    src: url("./fs-albert-light.woff2") format("woff2"), url("/fs-albert-light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-regular";
    src: url("./fs-albert-regular.woff2") format("woff2"), url("/fs-albert-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-bold";
    src: url("./fs-albert-bold.woff2") format("woff2"), url("/fs-albert-bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "fsalbert-extra-bold";
    src: url("./fs-albert-bold-extra.woff2") format("woff2"), url("/fs-albert-bold-extra.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
    padding-block-end: unset;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
