/*
Theme Name: NDLPA - Kaya child theme
Author: Anphira, LLC
Template: kaya
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaya
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# NDLPA Specific Constants
# Typography
# Elements
# Forms
# Header
# Footer
--------------------------------------------------------------*/

/*******************
 * 
 * NDLPA Specific Constants
 * 
 *******************/
:root {
	--nd-heading: #323233;
	--nd-text: #222;
	--nd-navy: #2d266c;
	--nd-blue: #4262f0;
    --nd-separator: #eaeaea;
    --nd-font-base: 'anww', sans-serif;
}








/*******************
 * 
 * Typography
 * 
 *******************/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100-900;
    src: url('/wp-content/themes/kaya-child/fonts/Montserrat.ttf') format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100-900;
    src: url('/wp-content/themes/kaya-child/fonts/Montserrat-Italic.ttf') format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 100-900;
    src: url('/wp-content/themes/kaya-child/fonts/Bitter.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 100-900;
    src: url('/wp-content/themes/kaya-child/fonts/Bitter-Italic.ttf') format('truetype');
    font-display: swap;
}






/*******************
 * 
 * Elements
 * 
 *******************/
.fancy-line {
    position: relative;
    overflow: visible;
    height: 0px;
    border-color: var(--nd-separator);
}
.fancy-line:after {
    content: '';
    background: white url('/wp-content/uploads/2024/10/scales.png') no-repeat;
    background-size: 40px;
    background-position: center;
    position: absolute;
    height: 45px;
    width: 45px;
    top: -23px;
    left: calc(50% - 23px);
}

/* fix for accessibility new window warnings */
.anww-external-link-icon.anww-external-link-icon {
    font: normal normal normal 1em var(--nd-font-base) !important;
}

.max-width-600 {
    max-width: 600px;
}







/*******************
 * 
 * Forms
 * 
 *******************/







/*******************
 * 
 * Header
 * 
 *******************/
#site-navigation {
    padding-top: 10px;
}






/*******************
 * 
 * Footer
 * 
 *******************/
#colophon {
    margin-top: 50px;
}
.footer-columns > div {
    width: 100%;
}