/* Enter Your Custom CSS Here */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');

/* Change fonts */
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.calendar_wrap,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
  font-family: "Inter", sans-serif;
}


#branding img {
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    display: block;
    float: left;
    height: 50px;
}

.twitter-timeline-profile {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}