/* Audimat3000 Font Family - Tüm Ağırlıklar */

/* Font Load Test - Force apply Audimat */
* {
    font-family: 'Audimat3000' !important;
}

/* Font yükleme sırasında görünürlüğü kontrol et */
.font-loading {
    font-family: 'Audimat3000';
    opacity: 0;
    transition: opacity 0.3s ease;
}

.font-loaded {
    opacity: 1;
}

/* Light (300) */
@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-Leger.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-LegerItalique.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

/* Regular (400) */
@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-Regulier.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-RegulierItalique.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: block;
}

/* Medium (500) */
@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-Mi-gras.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-Mi-grasItalique.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

/* Bold (700) */
@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-Gras.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Audimat3000';
    src: url('../font/Audimat3000-GrasItalique.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: block;
}

/* Font Familie Helper Classes */
.audimat {
    font-family: 'Audimat3000';
}

.audimat-light {
    font-family: 'Audimat3000';
    font-weight: 300;
}

.audimat-regular {
    font-family: 'Audimat3000';
    font-weight: 400;
}

.audimat-medium {
    font-family: 'Audimat3000';
    font-weight: 500;
}

.audimat-bold {
    font-family: 'Audimat3000';
    font-weight: 700;
}
