/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


/* Regular */
@font-face {
    font-family: 'Placard Next Condensed';
    src: url('fonts/placardnextcondrg-webfont.woff2') format('woff2'),
         url('fonts/placardnextcondrg-webfont.woff') format('woff');
    font-weight: 400; /* Normal */
    font-style: normal;
} 

/* Medium */
@font-face {
    font-family: 'Placard Next Condensed';
    src: url('fonts/placardnextcnmed-webfont.woff2') format('woff2'),
         url('fonts/placardnextcnmed-webfont.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
} 

/* Bold */
@font-face {
    font-family: 'Placard Next Condensed';
    src: url('fonts/placardnextcnbold-webfont.woff2') format('woff2'),
         url('fonts/placardnextcnbold-webfont.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
} 

/* Light */
@font-face {
    font-family: 'Placard Next Condensed';
    src: url('fonts/placardnextcondlt-webfont.woff2') format('woff2'),
         url('fonts/placardnextcondlt-webfont.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
} 