@font-face {
    font-family: 'arsenalbold';
    src: url('../../fonts/arsenal-bold-webfont.eot');
    src: url('../../fonts/arsenal-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/arsenal-bold-webfont.woff2') format('woff2'),
         url('../../fonts/arsenal-bold-webfont.woff') format('woff'),
         url('../../fonts/arsenal-bold-webfont.ttf') format('truetype'),
         url('../../fonts/arsenal-bold-webfont.svg#arsenalbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arsenalregular';
    src: url('../../fonts/arsenal-regular-webfont.eot');
    src: url('../../fonts/arsenal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/arsenal-regular-webfont.woff2') format('woff2'),
         url('../../fonts/arsenal-regular-webfont.woff') format('woff'),
         url('../../fonts/arsenal-regular-webfont.ttf') format('truetype'),
         url('../../fonts/arsenal-regular-webfont.svg#arsenalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
:root {
  --szablon-font-family-body: "arsenalregular", sans-serif;
  --szablon-font-family-headings: "arsenalbold", sans-serif;
  --szablon-font-weight-headings: 700;
  --szablon-font-weight-normal: 400;
}
