/*
Theme Name: Aquimini Child Theme
Theme URI: https://thepsyrcle.org/
Description: Child theme for the Kubio Theme.
Author: Your Name
Author URI: https://thepsyrcle.org/
Template: kubio
Version: 1.0.0
*/

/* ------------------------------------------------------------------- */
/* CUSTOM FONT DEFINITION: TAN-NIMBUS */
/* ------------------------------------------------------------------- */
@font-face {
    font-family: 'Tan-Nimbus'; /* Must match the 'name' in theme.json */
    src: url('https://thepsyrcle.org/wp-content/fonts/tan-nimbus/tan-nimbus.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Best practice for font loading */
}

/* Add a class selector for FSE integration (Optional but helpful) */
.has-tan-nimbus-font-family {
    font-family: 'Tan-Nimbus', serif;
}