@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #e5e5e5;
    --md-icon-font: 'Material Symbols Rounded';
}

* {
    font-family: 'Sora', sans-serif;
    box-sizing: border-box;
}