@font-face {
    font-family: 'medieval-letter';
    src: url("font.ttf");
}

body {
    --selection-color: rgba(85, 246, 255, 0.45);

    --primary-background-color: rgb(200, 189, 147);

    --menu-primary-color: rgb(255, 248, 218);
    --menu-primary-color-muted: rgb(235, 226, 188);
    --menu-font-color: rgb(40, 40, 40);
    --menu-font-color-muted: rgb(66, 66, 66);
    --menu-response-negative: rgb(255, 126, 126);
    --menu-response-positive: rgb(170, 255, 91);

    --border-radius: 10px;

    background-color: var(--primary-background-color);
}

::selection {
    background-color: var(--selection-color);
}
