@charset "UTF-8";

/* OMNES FONT */
@font-face{
  font-family:"Omnes";
  src:url("/wp-content/uploads/2026/04/omnes.woff2") format("woff2");
  font-weight:300 800;
  font-style:normal;
  font-display:swap;
}

/* TEMA ANA FONT DEĞİŞKENLERİ */
:root{
  --title-font:"Omnes";
  --body-font:"Omnes";
  --icon-font:"Font Awesome 5 Pro";
}

/* TÜM SİTE OMNES FONT */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6{
  font-family:"Omnes" !important;
}

/* BODY */
body{
  font-family:"Omnes" !important;
  font-weight:400;
}

/* BAŞLIKLAR */
h1,
.h1{
  font-weight:700;
}

h2,
.h2{
  font-weight:700;
}

h3,
.h3{
  font-weight:600;
}

h4,
.h4{
  font-weight:600;
}

h5,
.h5{
  font-weight:500;
}

h6,
.h6{
  font-weight:500;
}

/* PARAGRAF */
p{
  font-weight:400;
}

/* LİNK */
a{
  font-weight:500;
}

/* BUTONLAR */
button,
.vs-btn,
.iyi-btn,
.iyi-search-btn,
.wp-block-search__button{
  font-family:"Omnes" !important;
  font-weight:600;
}

/* FORM ELEMANLARI */
input,
textarea,
select,
option,
label{
  font-family:"Omnes" !important;
}

input,
textarea,
select,
option{
  font-weight:400;
}

label{
  font-weight:500;
}

/* TEMA FONT SINIFLARI */
.font-title,
.font-body,
.sec-title,
.sec-title2,
.sec-title3,
.sec-title4,
.sec-title5,
.sec-title6,
.sec-subtitle,
.sec-subtitle2,
.sec-subtitle3,
.sec-subtitle4,
.sec-subtitle5,
.breadcumb-title,
.blog-title,
.pagi-title{
  font-family:"Omnes" !important;
}

/* MENÜLER */
.iyi-menu a,
.vs-mobile-menu ul li a,
.main-menu a,
.menu a,
.navbar a{
  font-family:"Omnes" !important;
  font-weight:500;
}

/* FONT WEIGHT YARDIMCI SINIFLARI */
.font-light{
  font-weight:300 !important;
}

.font-regular{
  font-weight:400 !important;
}

.font-medium{
  font-weight:500 !important;
}

.font-semibold{
  font-weight:600 !important;
}

.font-bold{
  font-weight:700 !important;
}