@font-face {
  font-family: 'FreeLunch';
  src: url('/uploads/2023/freelunch-regular.woff2') format('woff2'),
         url('/uploads/2023/freelunch-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 18px;
}

body {
  font-family: sans-serif;
  margin: auto;
  padding: 20px;
  max-width: 720px;
  text-align: left;
  background-color: #0c1a2b;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #d7e5f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  color: #88b2e4;
  font-family: FreeLunch, Inter, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5  {
  color: #88b2e4;
  font-family: FreeLunch, sans-serif;
  text-decoration: none;
}

input[type="text"] {
	background-color: #d7e5f6;
	color: #0c1a2b;
}

input[type="submit"] {
	background-color: #416ed3;
	color: #d7e5f6;
    border-radius: 10px;
	border: none;
}

.tinylytics_kudos {
font-family: FreeLunch, sans-serif;
  background: transparent;
  font-size: 1.1rem;
  border: none;
  color: #417ed3;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s;
  margin: 0;
  padding: 0;
}

span.separator {
  color: #b6d94d; 
  margin-left: 5px;
}

.tinylytics_kudos:hover {
  color: #b6d94d; 
}

a {
  color: #417ed3;
  text-decoration: none; 
  position: relative; 
}

.e-content a::after {
  content: ''; 
  display: block; 
  position: absolute; 
  left: 0; 
  right: 0; 
  bottom: -4px; 
  height: 1px;  
  background-color: #b6d94d;
}

.title {
  text-decoration: none;
  border: 0;
}
.title h1 {
  font-size: 1.5rem;
  margin: 0;
}

.title span {
  font-weight: 400;
}

.profile_photo {
  border-radius: 50%;
  width: 40px; 
  height: 40px;
  object-fit: cover;
  float: left;
  margin: 5px 15px 5px 0;
}

p.description {
  font-family: FreeLunch, sans-serif;
  font-size: 0.6rem;
  margin: -10px 0 10px 55px;
}

nav a {
  margin-right: 10px;
  font-family: FreeLunch, sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
}

a.u-url {
  font-family: FreeLunch, sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
}

textarea {
  background-color: #252525;
  color: #ddd;
  width: 100%;
  font-size: 1rem;
}

input {
  background-color: #252525;
  color: #ddd;
  font-size: 1rem;
}

content {
  line-height: 1.6;
}

table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid;
  border-collapse: collapse;
  border-color: #c9d1d9;
  padding: 5px;
}

img {
    width: 100%;
	height: auto;
	border-radius: 10px;
}

code {
  padding: 2px 5px;
  color: #f8f8f2;
  background-color: #282a36;
}

pre code {
  display: block;
  padding: 20px;
  white-space: pre-wrap;
  font-size: 0.8rem;
  overflow-x: auto;
}

blockquote {
  border-left: 5px solid #88b2e4;
  padding-left: 20px;
  font-style: italic;
}

footer {
  padding: 25px;
  text-align: center;
}

.helptext {
  color: #aaa;
  font-size: 0.5rem;
}

.errorlist {
  color: #eba613;
  font-size: 0.5rem;
}

/* blog posts */
ul.blog-posts {
  list-style-type: none;
  padding: unset;
}

ul.blog-posts li {
  display: flex;
  margin-bottom: 10px;
}

ul.blog-posts li span {
  flex: 0 0 130px;
}

ul.blog-posts li a:visited {
  color: #8b6fcb;
}

a.blog-tags {
  line-height: 2;
}

h3.blog-filter {
  margin-bottom: 0;
}

.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.7;
}

p.byline {
  font-style: italic;
}

p.p-name {
 font-size: 1.1rem;
}

p.p-summary {
 font-size: 0.9rem;
}

/* "Skip to main content" link */
.skip-link {
  position: absolute;
  top: 5;
  transform: translateY(-600%);
  transition: transform 0.5s;
  background-color: #1d1f27;
  padding: 6px;
}

.skip-link:focus {
  transform: translateY(0%);
}
