/* Sayfada seçim pasif - not: isteğe bağlı */
body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* BLISS Regular */
@font-face {
    font-family: 'Bliss-R';
    src: url('./fonts/Bliss2R.eot');
    src: local('O'), url('./fonts/Bliss2R.woff') format('woff'), url('./fonts/Bliss2R.ttf') format('truetype'), url('./fonts/Bliss2R.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* BLISS Medium */
@font-face {
    font-family: 'Bliss-M';
    src: url('./fonts/Bliss2M.eot');
    src: local('O'), url('./fonts/Bliss2M.woff') format('woff'), url('./fonts/Bliss2M.ttf') format('truetype'), url('./fonts/Bliss2M.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* BLISS Bold */
@font-face {
    font-family: 'Bliss-B';
    src: url('./fonts/bliss2b-webfont.eot');
    src: url('./fonts/bliss2b-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/bliss2b-webfont.woff') format('woff'), url('./fonts/bliss2b-webfont.ttf') format('truetype'), url('./fonts/bliss2b-webfont.svg#Bliss2Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* DIN Regular */
@font-face {
    font-family: 'DIN-R';
    src: url('./fonts/din_regularalternate-webfont.eot');
    src: url('./fonts/din_regularalternate-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/din_regularalternate-webfont.woff2') format('woff2'), url('./fonts/din_regularalternate-webfont.woff') format('woff'), url('./fonts/din_regularalternate-webfont.ttf') format('truetype'), url('./fonts/din_regularalternate-webfont.svg#dinregularalternate') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DIN Medium */
@font-face {
    font-family: 'DIN-M';
    src: url('./fonts/din_mediumalternate-webfont.eot');
    src: url('./fonts/din_mediumalternate-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/din_mediumalternate-webfont.woff2') format('woff2'), url('./fonts/din_mediumalternate-webfont.woff') format('woff'), url('./fonts/din_mediumalternate-webfont.ttf') format('truetype'), url('./fonts/din_mediumalternate-webfont.svg#dinmediumalternate') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DIN Black */
@font-face {
    font-family: 'DIN-B';
    src: url('./fonts/dinpro-black-webfont.eot');
    src: url('./fonts/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/dinpro-black-webfont.woff2') format('woff2'), url('./fonts/dinpro-black-webfont.woff') format('woff'), url('./fonts/dinpro-black-webfont.ttf') format('truetype'), url('./fonts/dinpro-black-webfont.svg#dinproblack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Jenkins (ikonik/özel) - kullanacaksan */
@font-face {
    font-family: 'jenkins';
    src: url('./fonts/jenkins_v2.0-webfont.eot');
    src: url('./fonts/jenkins_v2.0-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/jenkins_v2.0-webfont.woff2') format('woff2'), url('./fonts/jenkins_v2.0-webfont.woff') format('woff'), url('./fonts/jenkins_v2.0-webfont.ttf') format('truetype'), url('./fonts/jenkins_v2.0-webfont.svg#jenkins_v2.0regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
