/* Importing & References */
/* Font Presets for HTML */

/* Fira Mono, monospace */
.fira-mono-regular {
    font-family: "Fira Mono", monospace;
    font-weight: 400;
    font-style: normal;
}
.fira-mono-medium {
    font-family: "Fira Mono", monospace;
    font-weight: 500;
    font-style: normal;
}
.fira-mono-bold {
    font-family: "Fira Mono", monospace;
    font-weight: 700;
    font-style: normal;
}

/* Libertinus Mono, monospace */
.libertinus-mono-regular {
    font-family: "Libertinus Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

/* VT323, monospace */
.vt323-regular {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
}
.vt323-ascii {
    font-family: "VT323", monospace;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -3px;
    line-height: 0.5;
    font-size: 24px;
}
/* Jacquard 24 */
.jacquard-24-regular {
   font-family: "Jacquard 24", system-ui;
   font-weight: 400;
   font-style: normal;
}

/* Custom Cursor & Other */
:root {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-7/cur610.cur), auto !important;
}

/* Base Styles */
body {
    background-image: url("https://i.pinimg.com/736x/2e/b0/39/2eb039e937d3619bba1bc2472108b204.jpg");
    background-size: cover;
    background-color: #000000;
    color: #ffffff;
    font-family: "Fira Mono", monospace;
    padding: 10px;
}
