/* # DS CSS Modify */

/* - Author: David Shin */
/* - Date: 20 NOV 2025 */

/* - TEMPORARY STYLING */
/* - RELATED TO LOOK & FEEL */
/* - EX: FONT & COLOR */

/* ## Style `html` */
html {

    /* ### Set Font */
    font-family: monospace !important;
    font-size: 0.7rem !important;
    font-style: normal !important;
    font-weight: normal !important;

}
