/* 
    Default page behaviours
*/

* {
    user-select: none; /* disable user selecting text */
    --font1: 'BetterGrade';
    --font2: 'Woolen';
    --font3: 'Rachelya';
    --font4: 'PlayFair Italics';
    --font5: 'Penna';
    --font6: 'PlayFair Regular';
    --font7: 'PlayFair' 
}

::selection {
    background: rgb(0, 250, 255, 0.20)
}

body {
    margin: 0; /* removes unwanted margins */
}