﻿@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');

body{
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
}

.topic-header{
    font-weight: 700;
}

.card-body{ padding: 0.9rem; }
p {
    text-indent: 50px;
}