@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;800&display=swap');


/*
TASK
 */

.task-view h1 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
}
.task-view h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.column-description {
    background-color: #f5f5f5;
    margin: 20px;
    padding: 30px
}