/*
Theme Name: The Paris Photographer
Theme URI: https://theparisphotographer.mom
Author: Fat Penguin LLC
Author URI: https://fatpenguin.co/
Description: Custom wp based engine for The Paris Photographer
Version: 1.0
*/

/*Styling for fonts on Optinmoster pop-ups */

@font-face {
    font-family: 'ChronicleDisplay-Light';
    src: url('https://theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/ChronicleDisp-Light.woff2') format('woff2'),
         url('https://theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/ChronicleDisp-Light') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChronicleDisplay-Light';
    src: url('theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/ChronicleDisp-LightItal.woff2') format('woff2'),
         url('theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/ChronicleDisp-LightItal') format('woff');
    font-weight: italic;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AGaramondPro';
    src: url('https://theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/AGaramondPro-Regular.woff2') format('woff2'),
         url('https://theparisphotographer.mom/wp-content/themes/your-theme-name/fonts/add/AGaramondPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AGaramondPro';
    src: url('https://theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/AGaramondPro-Bold.woff2') format('woff2'),
         url('https://theparisphotographer.mom/wp-content/themes/your-theme-name/fonts/add/AGaramondPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AGaramondPro';
    src: url('https://theparisphotographer.mom/wp-content/themes/theparisphotographer/fonts/add/AGaramondPro-Italic.woff2') format('woff2'),
         url('https://theparisphotographer.mom/wp-content/themes/your-theme-name/fonts/add/AGaramondPro-Italic.woff') format('woff');
    font-weight: italic;
    font-style: normal;
    font-display: swap;
}
/* End of styling for fonts on Optinmoster pop-ups */