body {
    background-color: #1B1D1E;
    color: white;
    font-family: 'Tiro Devanagari Sanskrit', serif;
}
.content {
    background-color: #181A1B;
    height: 100%;
    padding-bottom: 100px;
}
.col-2 {
    padding-left: 0px;
    background-color: #1B1D1E;
}
.tiny {
    font-size: 10px;
}
p {
    font-size: 13.5px;
    font-family: monospace;
}
.container .content {  /* Fixed typo */
    width: 100%;
}

a {
    color: #4c87e6;
}
a:hover {
    color: gold;
}
.date {
    float: right !important;
}
.spacer {
    padding-bottom: 30px;
    padding-top: 10px;
}
.title {
    padding-bottom: 5px;
    font-size: 15px;   
}
article {
    padding: 10px;
}
.paragraph {
    font-size: 13.5px;
    font-family: monospace;
}

/* Ensure all post content uses monospace */
article p, .post-content p {
    font-size: 13.5px;
    font-family: monospace;
}

.post-content, .post-content * {
    font-size: 13.5px;
    font-family: monospace;
}
/* Make the create post form textarea use monospace */
textarea.form-control {
    font-size: 13.5px;
    font-family: monospace;
}
 
/* Also apply to title input if desired */
input.form-control {
    font-family: monospace;
}
