/* Import: Power Grotesk */
@font-face {
    font-family: "Power Grotesk";
    src: local("Power Grotesk UltraBold"),
         url('../fonts/powergrotesk-ultrabold.woff2'),
         url('../fonts/powergrotesk-ultrabold.woff');
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Import: Mabry Pro */
@font-face {
    font-family: "Mabry Pro";
    src: local("Mabry Pro Regular"),
         url('../fonts/mabrypro-regular.woff2'),
         url('../fonts/mabrypro-regular.woff');
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "Mabry Pro";
    src: local("Mabry Pro Bold"),
         url('../fonts/mabrypro-bold.woff2'),
         url('../fonts/mabrypro-bold.woff');
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}