/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for Kadence WordPress Theme
Author: Your Name
Author URI: https://example.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Import parent theme styles - Kadence handles this via functions.php */
/* Remove the @import line below if you're using the functions.php method */

/* 
Only use this @import if NOT using functions.php method:
@import url("../kadence/style.css");
*/

/* Your custom CSS below */

@font-face {
    font-family: 'Acta Display Book';
    src: url('fonts/ActaDisplay-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* This prevents invisible text while loading */
}

.acta-display{
    font-family: 'Acta Display Book', serif;
}