@import url("https://fonts.googleapis.com/css2?family=Manuale:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap");

body {
    background: linear-gradient(60deg, #f00378, #f2a041);
    font-family: "Fira Mono", monospace;
    background-attachment: fixed;
}

.title {
    font-family: "Manuale", serif;
    /* background: none;
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: white; */
}

::selection {
    background: black;
    text-decoration: underline;
}

/* .title::selection {
    background: none;
     color: white;
    -webkit-text-stroke: 0px;
    color: white;
    -webkit-text-fill-color: white;
} */
