@font-face {
  font-family: "Mockup Sans";
  src: url("../fonts/Roboto-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.brand-pehlivanoglu {
  --font: "Mockup Sans", Arial, sans-serif;
  font-family: var(--font);
  font-weight: 400;
}

.brand-pehlivanoglu h1,
.brand-pehlivanoglu h2,
.brand-pehlivanoglu h3 { font-family: var(--font); font-weight: 700; }
.brand-pehlivanoglu .eyebrow { font-weight: 500; letter-spacing: .18em; }
.brand-pehlivanoglu .button,
.brand-pehlivanoglu .service-card h3,
.brand-pehlivanoglu .feature-card a { font-weight: 500; }
