/* @font-face {
    font-family: "TT Norms Pro";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local("TT Norms Pro"),
        url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.woff2") format("woff2"),
        url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.woff") format("woff"),
        url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.ttf") format("truetype");
}
@font-face {
  font-family: "TT Norms Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.woff2") format("woff2"),
    url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.woff") format("woff"),
    url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.ttf") format("truetype");
}


h1,h2,h3,h4,h5,h6,a,p{
    
    font-family: tt-norms-pro;
    text-transform: uppercase !important;
    
}
 */



 @font-face {
    font-family: 'TTNorms';
    src: url('fonts/TTNorms-Black.otf') format('opentype');

    font-weight: normal;
    font-style: normal;
}

body, .menu-item{
    font-family: 'TTNorms-Black', sans-serif; /* 'TTNorms-Black' yedeği olarak sans-serif kullanılıyor */
    /* text-transform: uppercase; */
}
