/*
Theme Name: Hunt Group Arms
Author: Fivi Yazılım
Author URI: https://www.fivi.com.tr
Version: 1.0
*/

@import "assets/css/style.css";


@font-face {
    font-family: "Bahnschrift";
    src: url("assets/fonts/bahnschrift-condensed.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Bahnschrift";
    src: url("assets/fonts/bahnschrift-light-condensed.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Bahnschrift";
    src: url("assets/fonts/bahnschrift-bold-condensed.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}


.fuar-duyuru { 
    position: fixed; right: 15px; bottom:15px; width: 450px; max-width: calc(100% - 30px); display:grid; box-shadow: 0 0 5px #0000001e; z-index: 10000;
}
.fuar-duyuru img { width: 100%; height: auto; object-fit: contain; }
.fuar-duyuru .fuar-duyuru-kapat { 
    position: absolute; right:2px; top:2px; width: 21px; height: 21px; font-size: 12px; border-radius: 50%; background: #000; color:#fff; 
    display: flex; align-items: center; justify-content: center; cursor: pointer;
}