/**
Theme Name: AIATN-Child
Author: Nathanna
Author URI: https://nathanna.com
Description: Custom child theme for AIA Tennessee. Based on Astra theme. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiatn-child
Template: astra
*/

@font-face {
    font-family: 'architypebold';
    src: url('assets/fonts/architype-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/architype-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'architypelight';
    src: url('assets/fonts/architype-light-webfont.woff2') format('woff2'),
         url('assets/fonts/architype-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'architypelight','Helvetica Neue', Helvetica, Arial, Corbel, sans-serif;
    font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'architypebold','Helvetica Neue', Helvetica, Arial, Corbel, sans-serif;

}