/* -------
    FONTS
   ------- */
/* Epunda Slab */
/* Header */
@font-face {
    font-family: "Epunda Slab";
    src: url("/assets/fonts/epundaslab.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* Patrick Hand */
/* Subheader */
@font-face {
    font-family: "Patrick Hand";
    src: url("/assets/fonts/patrickhand.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* Cabin */
/* Body */
@font-face {
    font-family: "Cabin";
    src: url("/assets/fonts/cabin.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* RCT Pack */
@font-face {
    font-family: "Red Carnation Theory";
    src: url("/assets/fonts/rctpack.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

    rct {
        font-family: "Red Carnation Theory" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        image-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .hamburger:before { content: "\e900"; }