﻿/* Global Font Override - Galano Font Family */
/* Sadece TEXT elementlerine uygulanir, iconlara DOKUNMAZ */

@font-face {
  font-family: 'Galano';
  src: url('../fonts/galano/GalanoGrotesqueRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Galano';
  src: url('../fonts/galano/GalanoGrotesqueSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Galano';
  src: url('../fonts/galano/GalanoGrotesqueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

html, body {
  font-family: 'Galano', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Galano', sans-serif;
  font-weight: 600;
}

p, a, li, td, th, label {
  font-family: 'Galano', sans-serif;
  font-weight: 400;
}

strong, b {
  font-family: 'Galano', sans-serif;
  font-weight: 600;
}

input, textarea, select, button {
  font-family: 'Galano', sans-serif;
  font-weight: 400;
}

.btn, .button, .nav-link, .menu-item, .menu-link {
  font-family: 'Galano', sans-serif;
  font-weight: 400;
}

.card-title, .section-title, .title, .content-title {
  font-family: 'Galano', sans-serif;
  font-weight: 600;
}

:root {
  --title-font: 'Galano', sans-serif;
  --body-font: 'Galano', sans-serif;
  --heading-font: 'Galano', sans-serif;
}
