﻿
:root {
    --height: 100vh;
    --transition-seconds: 0.8s;
}

html {

}

body {
    width: 100%;
    height: var(--height);
    color: #000000;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    overflow: hidden;
}

