/*
 * Font Definitions - Alkalsan Alüminyum
 */

/* Google Fonts - Lexend Font Family */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;600;700&display=swap');

/* Local Fonts */
@font-face {
    font-family: 'eras-itc-bold';
    src: url('../fonts/eras-itc-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend SemiBold';
    src: url('../fonts/lexend-semi-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* Font Classes */

/* Paragraflar - Lexend ExtraLight (200) */
.lexfont, 
.lexend-extralight,
p {
    font-family: 'Lexend', sans-serif;
    font-weight: 200;
}

/* Referans Sayfası Yazılar - Lexend Light (300) */
.lexlight {
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
}

..lexthin {
    font-family: 'Lexend', sans-serif;
    font-weight: 100;
}

/* Başlıklar - Lexend SemiBold (600) */
.lexsemibold,
h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
}

/* Ana Başlıklar - Lexend Bold (700) */
.lexbold,
h1 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
}

/* Ek Font Sınıfları */
.eras-bold {
    font-family: 'eras-itc-bold', sans-serif;
}

.myriad-pro {
    font-family: 'MyriadPro', sans-serif;
}

