@font-face {
    font-family: "artifakt-element-regular";
    src: url('../fonts/ArtifaktElementRegular.eot');
    src: url('../fonts/ArtifaktElementRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArtifaktElementRegular.woff2') format('woff2'),
    url('../fonts/ArtifaktElementRegular.woff') format('woff'),
    url('../fonts/ArtifaktElementRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "artifakt-legend-regular";
    src: url('../fonts/ArtifaktLegendRegular.eot');
    src: url('../fonts/ArtifaktLegendRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArtifaktLegendRegular.woff2') format('woff2'),
    url('../fonts/ArtifaktLegendRegular.woff') format('woff'),
    url('../fonts/ArtifaktLegendRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "artifakt-legend-thin";
    src: url('../fonts/ArtifaktLegendThin.eot');
    src: url('../fonts/ArtifaktLegendThin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArtifaktLegendThin.woff2') format('woff2'),
    url('../fonts/ArtifaktLegendThin.woff') format('woff'),
    url('../fonts/ArtifaktLegendThin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "artifakt-element-bold";
    src: url('../fonts/element/EOT/ArtifaktElement-Bold.eot');
    src: url('../fonts/element/EOT/ArtifaktElement-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/element/WOFF2/Artifakt Element Bold.woff2') format('woff2'),
    url('../fonts/element/WOFF/Artifakt Element Bold.woff') format('woff'),
    url('../fonts/element/TTF/Artifakt Element Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "artifakt-element-italic";
    src: url('../fonts/element/EOT/Artifakt Element Italic.eot');
    src: url('../fonts/element/EOT/Artifakt Element Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/element/WOFF2/Artifakt Element Italic.woff2') format('woff2'),
    url('../fonts/element/WOFF/Artifakt Element Italic.woff') format('woff'),
    url('../fonts/element/TTF/Artifakt Element Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.btn:after, section.is-dark .btn.btn-outline:after, .accordion-item .btn-outline.btn:after, .expanded-content .btn-outline.btn:after {
    background-image: url('../img/icons/arrow-white.svg');
}

.btn.btn-outline:after {
    background-image: url('../img/icons/arrow.svg');
}

.btn.btn-outline:hover:after {
    background-image: url('../img/icons/arrow-white.svg');
}

.accordion-item h3:after {
    background-image: url('../img/icons/double-chevron.svg');
}