/* Webfont declarations — lokaal gehost in child theme */

@font-face {
    font-family: "ArmorPiercing";
    src: url("ArmorPiercing.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ArmorPiercing";
    src: url("ArmorPiercing-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "MarydaleBlack";
    src: url("MarydaleBlack.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
