@font-face {
    font-family: 'Europe';
    src: url('/wp-content/themes/armzbut/assets/fonts/static/europe-normal.woff2') format('woff2'),
         url('/wp-content/themes/armzbut/assets/fonts/static/europe-normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root{
  --theme-font-family: Arial, sans-serif;
  --theme-font-family-header: 'Europe', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--theme-font-family-header);
}