/* Portfolio styles */
@font-face {
    font-family: 'JustSans';
    src: url('/fonts/webfonts/JustSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JustSans';
    src: url('/fonts/webfonts/JustSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

body {
    background: #0a0a0f;
    color: #ecf0f1;
    overflow: hidden;
}

#canvas {
    display: block;
    touch-action: none;
}
