/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin:0;
    font-family: "Inter";
    --c-main: #956cf7;
    --c-secondary: #75fcce;
    --c-black: #000000;
    --c-white: #ffffff;
}
a {}
a:hover {} */


/* Visual aids - begin */
/* #header {background: #f2f2f2;padding: 40px 40px 20px 40px;}
#content {max-width: 100%;width: 100%;}
.archive #content {max-width:1200px;margin: 0 auto;}

#main {background: #f2f2f2;padding: 40px;max-width: 100%;width: 100%;}
#footer {background: #f2f2f2;padding: 40px 40px 40px 40px;}
#sidebar {background: #f2f2f2;padding: 20px;}
#main-sidebar {background: #f2f2f2;padding: 20px;}
#secondary-sidebar {background: #f2f2f2;padding: 20px;} */
/* Visual aids - end */





/* 
[data-box-name] {position: relative;}
[data-box-name]::before {content: attr(data-box-name);background: rgb(0 0 0 / 40%);position: absolute;left: 20px;top: 0;padding: 7px 13px;font-size: 11px;line-height: 1;border-radius: 0 0 5px 5px;color: #fff;} */