/*
 * Editorial template core stylesheet
 *
 * This file should contain the full CSS from the HTML5UP Editorial template.
 * If you're using the original template, copy the content of `assets/css/style.css`
 * from the template distribution here. For now a minimal stub ensures the file
 * exists and prevents 404 errors.
 */

/* Basic reset and font inherited from template */
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    color: #333;
}

/* Placeholder styles (remove when replacing with real template CSS) */

.header-placeholder {
    display: none;
}

/* Import custom overrides */
@import url('custom.css');
