/*
Theme Name: World Builder for Project Zero
Theme URI: https://spacerabbitcreations.com/
Author: Alkora
Author URI: https://spacerabbitcreations.com/
Description: Theme for Project Zero
Requires at least: 7.0
Tested up to: 7.0.2
Requires PHP: 8.4
Version: 1.0
License: Private
License URI: none
Text Domain: worldbuilder
Tags: blog
*/

@font-face {
    font-family: 'Oswald';
    font-display: auto;
    src: url('/wp-content/themes/WorldBuilder/fonts/Oswald.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-display: auto;
    src: url('/wp-content/themes/WorldBuilder/fonts/OpenSans.ttf') format('truetype');
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; 
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/themes/src2025/fonts/fa-regular-400.ttf") format("truetype"); 
}

.far,
.fa-regular {
    font-weight: 400; 
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; 
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/wp-content/themes/src2025/fonts/fa-solid-900.ttf") format("truetype"); 
}

.fas,
.fa-solid {
    font-weight: 900; 
}

:root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
  
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/themes/src2025/fonts/fa-brands-400.ttf") format("truetype");
}
  
.fab,
.fa-brands {
    font-weight: 400;
}