/**
 * Tool-Fonts - Lokal gehostet
 * Fuer Meme Generator & Username Generator
 * font-display: swap fuer sofortige Textanzeige
 */

/* Anton */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/anton-400.woff2') format('woff2');
}

/* Bangers */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/bangers-400.woff2') format('woff2');
}

/* Permanent Marker */
@font-face {
    font-family: 'Permanent Marker';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/permanent-marker-400.woff2') format('woff2');
}

/* Oswald */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('tools/oswald-700.woff2') format('woff2');
}

/* Lobster */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/lobster-400.woff2') format('woff2');
}

/* Bebas Neue */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/bebas-neue-400.woff2') format('woff2');
}

/* Creepster */
@font-face {
    font-family: 'Creepster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/creepster-400.woff2') format('woff2');
}

/* Pacifico */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/pacifico-400.woff2') format('woff2');
}

/* Press Start 2P */
@font-face {
    font-family: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/press-start-2p-400.woff2') format('woff2');
}

/* Righteous */
@font-face {
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('tools/righteous-400.woff2') format('woff2');
}

/* Caveat */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('tools/caveat-700.woff2') format('woff2');
}

/* Fredoka */
@font-face {
    font-family: 'Fredoka';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('tools/fredoka-600.woff2') format('woff2');
}

