/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.1.1
*/

/**
 * Custom Font Styling for "Inter"
 */

/* Replace <uniquifier> with a unique identifier to avoid conflicts */
.inter-unique {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* Replace with desired weight between 100 and 900 */
    font-style: normal;
}
