@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/Inter-VariableFont_opsz,wght.ttf');
    font-weight: 100 400 900;
}

html, body{
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /* background-color: #fff; */
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}