﻿/* Helvetica Neue - Black fontunu tanımlama */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/helveticaneue/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 900; /* Black ağırlığı */
    font-style: normal; /* Düz stil */
}

/* Helvetica Neue - Bold fontunu tanımlama */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/helveticaneue/HelveticaNeueBold.otf') format('opentype');
    font-weight: bold; /* Bold ağırlığı */
    font-style: normal; /* Düz stil */
}

/* Helvetica Neue - Light fontunu tanımlama */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/helveticaneue/HelveticaNeueLight.otf') format('opentype');
    font-weight: 300; /* Light ağırlığı */
    font-style: normal; /* Düz stil */
}

/* Helvetica Neue - Medium fontunu tanımlama */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/helveticaneue/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500; /* Medium ağırlığı */
    font-style: normal; /* Düz stil */
}

/* Helvetica Neue - Thin fontunu tanımlama */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/helveticaneue/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100; /* Thin ağırlığı */
    font-style: normal; /* Düz stil */
}
