/**
  Theme Name: Lost Girl Found
  Theme URI: https://4610hosting.com
  Description: Custom theme for A Lost Girl Found, font declarations
  Version: 1.0
  Author: Carlos Hernandez
  Author URI: https://4610hosting.com
  Tags: block-patterns, custom-theme
  Text Domain: lost-girl
  Domain Path: /assets/lang
  Tested up to: 6.4
  Requires PHP: 8.1
  License:           GNU General Public License v2.0 or later
  License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

/********** FONTS **********/

/*Baskervville - Normal*/
@font-face {
  font-family: 'Baskervville';
  font-weight: 400 700;
  font-style: normal;
  src: url(../fonts/Baskervville-VariableFont_wght.woff2) format('woff2');
}

/*Baskerville - Italic*/
@font-face {
  font-family: 'Baskervville';
  font-weight: 400 700;
  font-style: italic;
  src: url(../fonts/Baskervville-Italic-VariableFont_wght.woff2) format('woff2');
}

/*Cabin - Normal*/
@font-face {
    font-family: 'Cabin';
    font-weight: 400 700;
    font-style: normal;
    src: url(../fonts/Cabin-VariableFont_wdth\,wght.woff2) format('woff2');
}

/*Cabin - Italic*/
@font-face {
  font-family: 'Cabin';
  font-weight: 400 700;
  font-style: italic;
  src: url(../fonts/Cabin-Italic-VariableFont_wdth\,wght.woff2) format('woff2');
}