/* ThinkiaNeo Font Family */
@font-face {
    font-family: 'ThinkiaNeo';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/2025/10/ThinkiaNeo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ThinkiaNeo';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/uploads/2025/10/ThinkiaNeo-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'ThinkiaNeo';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/uploads/2025/10/ThinkiaNeo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ThinkiaNeo';
    font-style: italic;
    font-weight: 700;
    src: url('/wp-content/uploads/2025/10/ThinkiaNeo-BoldItalic.ttf') format('truetype');
}

