@font-face {
  font-family: 'Adigiana 2';
  src: url('./adigiana2.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Adigiana 2';
  src: url('./adigiana2.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --gg-display: 'Adigiana 2', 'Adigiana2', 'Comic Sans MS', cursive;
}

/* Фирменный заголовочный шрифт для всех публичных страниц WordPress. */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.gd-brand-display {
  font-family: var(--gg-display) !important;
}
