/*
Theme Name: Kadence Child
Theme URI: https://besukhi.com
Description: Kadence Child Theme
Author: Teja Reddy
Template: kadence
Version: 1.0
*/


/* =========================
   SCANDIA FONT FAMILY
   ========================= */

@font-face {
font-family: 'Scandia';
src: url('/wp-content/themes/kadence-child/fonts/scandia/Scandia-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Scandia';
src: url('/wp-content/themes/kadence-child/fonts/scandia/Scandia-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Scandia';
src: url('/wp-content/themes/kadence-child/fonts/scandia/Scandia-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Scandia';
src: url('/wp-content/themes/kadence-child/fonts/scandia/Scandia-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}


/* =========================
   FIRELLI FONT FAMILY
   ========================= */

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-semibold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-extrabold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Firelli';
src: url('/wp-content/themes/kadence-child/fonts/firelli/firelli-black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}



/* =========================
   FONT ASSIGNMENT
   ========================= */

body,
p,
li,
span,
a,
td,
th,
label,
input,
textarea {
font-family: 'Scandia', sans-serif;
}


/* Headings */

h1,h2,h3,h4,h5,h6,
.entry-title,
.page-title,
.product_title{
font-family:'Firelli', sans-serif;
font-weight:700;
}


/* Navigation */

.main-navigation a{
font-family:'Scandia', sans-serif;
}


/* Buttons */

button,
.button,
.wp-block-button__link{
font-family:'Scandia', sans-serif;
}