/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

/* custom icons */
.inline-svg {
    display: inline-block;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.content {
    font-family: 'Quicksand', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* speed simulator */

.load-demo-container {
    position: relative;
    width: 100%;
}

.load-demo-progress {
    background-color: pink;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

    .load-demo-progress.complete {
        background-color: lightgreen;
    }

.load-demo-text {
    font-family: monospace;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}