/*
Theme Name: DBWP
Theme URI: https://thewebsitetimes.com/dbwp
Author: Mayank Singh
Author URI: https://thewebsitetimes.com/
Description: A custom WordPress theme built for Doan Brook Watershed Partnership. Designed with performance, accessibility, and clean design in mind, featuring custom templates for programs, events, and educational outreach.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbwp
Tags: custom-theme, non-profit, education, environmental, clean, responsive, accessibility-ready
*/

/* =====Custom Font: Avenir ===== */
/* Book */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Book Oblique */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-BookOblique.otf") format("opentype");
  font-weight: 300;
  font-style: oblique;
}
/* Roman */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Heavy */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Black */
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/Avenir-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* =====Custom Font: Recoleta ===== */
@font-face {
    font-family: 'Recoleta';
    src: url('https://cdn.prod.website-files.com/6273d3b65b163f273ea310c6/627652809c4d282e13692cce_Recoleta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('https://cdn.prod.website-files.com/6273d3b65b163f273ea310c6/62765280b1164c34e7dccfd6_Recoleta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('https://cdn.prod.website-files.com/6273d3b65b163f273ea310c6/627652803c392668a73708aa_Recoleta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('https://cdn.prod.website-files.com/6273d3b65b163f273ea310c6/627652805d4832675402e588_Recoleta-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('https://cdn.prod.website-files.com/6273d3b65b163f273ea310c6/627652801b66cbfee14f07f2_Recoleta-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
