* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f5f5f5;
    font-family: Consolas, 'Courier New', monospace;
    line-height: 1.5;
    /* Basic custom cursor used across the site - can be overridden in specific files if needed */
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="24" font-size="24">☺</text></svg>') 16 16, auto;
}
