/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CHACHET HEADINGS */

@font-face {
    font-family: "Cachet";
    src: url("cachet/CachetExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("cachet/CachetBook.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("cachet/CachetMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cachet";
    src: url("cachet/CachetBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* VERDANA BODY */

/* Light Verdana Font */
@font-face {
    font-family: "Verdana";
    src: url("verdana/verdana-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular Verdana Font */
@font-face {
    font-family: "Verdana";
    src: url("verdana/verdana.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Italic Verdana Font */
@font-face {
    font-family: "Verdana";
    src: url("verdana/verdana-italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Bold Verdana Font */
@font-face {
    font-family: "Verdana";
    src: url("verdana/verdana-bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
