@font-face {
    font-family: 'Comic Sans MS Custom';
    src: url('/wp-content/themes/storefront-child/assets/fonts/ComicSansMS.woff2') format('woff2');
}

@font-face {
    font-family: 'Ink Free Custom';
    src: url('/wp-content/themes/storefront-child/assets/fonts/InkFree.woff2') format('woff2');
}

@font-face {
    font-family: 'Segoe Script Custom';
    src: url('/wp-content/themes/storefront-child/assets/fonts/SegoeScript.woff2') format('woff2');
}


/* Live preview styling for the preview boxes */
.font-live-preview {
    margin-top: 5px;
    padding: 6px 8px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    font-size: 16px;
    min-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
