.button {
  border: 2px solid rgba(229, 87, 73, 0.2);
  padding: 10px 20px;
  border-radius: 6px; }

.button-hover:hover {
  color: #e55749;
  border-color: #e55749;
  background: rgba(229, 87, 73, 0.02); }

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Gibson';
  font-weight: normal;
  src: url("../fonts/349E1D_0_0.eot");
  src: url("../fonts/349E1D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/349E1D_0_0.woff2") format("woff2"), url("../fonts/349E1D_0_0.woff") format("woff"), url("../fonts/349E1D_0_0.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gibson';
  font-weight: bold;
  src: url("../fonts/349E1D_1_0.eot");
  src: url("../fonts/349E1D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/349E1D_1_0.woff2") format("woff2"), url("../fonts/349E1D_1_0.woff") format("woff"), url("../fonts/349E1D_1_0.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gibson';
  font-style: italic;
  src: url("../fonts/349E1D_2_0.eot");
  src: url("../fonts/349E1D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/349E1D_2_0.woff2") format("woff2"), url("../fonts/349E1D_2_0.woff") format("woff"), url("../fonts/349E1D_2_0.ttf") format("truetype");
  font-display: swap; }

strong {
  font-weight: bold; }

body {
  font-family: "Gibson", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.1111111111rem;
  color: #030B21;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 22px;
      font-size: 1.2222222222rem; } }
  @media (prefers-color-scheme: dark) {
    body {
      background: #030B21;
      color: #FFFFFF; } }
p, ul {
  margin: 20px 0;
  color: rgba(3, 11, 33, 0.7); }
  @media (prefers-color-scheme: dark) {
    p, ul {
      color: rgba(255, 255, 255, 0.7); } }
ul,
ol {
  padding: 0 0 0 30px; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

li {
  margin: 0 0 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gibson", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.5555555556rem;
  margin: 10px 0 20px; }
  @media screen and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 48px;
      font-size: 2.6666666667rem; } }
h2,
h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  margin: .25em 0 .25em; }
  @media screen and (min-width: 768px) {
    h2,
    h3 {
      font-size: 40px;
      font-size: 2.2222222222rem; } }
h4,
h5,
h6 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin: .25em 0 .25em; }
  @media screen and (min-width: 768px) {
    h4,
    h5,
    h6 {
      font-size: 32px;
      font-size: 1.7777777778rem; } }
a {
  color: #030B21;
  transition: .1s ease all;
  text-decoration-color: rgba(3, 11, 33, 0.7);
  text-decoration-skip: ink;
  text-underline-position: under; }
  a:hover {
    color: #e55749;
    text-decoration-color: #e55749; }
  @media (prefers-color-scheme: dark) {
    a {
      color: #FFFFFF;
      text-decoration-color: rgba(255, 255, 255, 0.7); } }
time {
  color: rgba(3, 11, 33, 0.5); }
  @media (prefers-color-scheme: dark) {
    time {
      color: #EFFF06; } }
.pagination {
  display: flex;
  justify-content: space-between; }
  .pagination-item {
    display: inline-flex;
    transition: .3s ease; }
    @media (prefers-color-scheme: dark) {
      .pagination-item {
        color: #EFFF06; } }
    .pagination-item svg {
      width: 20px; }
    .pagination-item:hover {
      opacity: .8; }
    .pagination-item.is-inactive {
      opacity: .5; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.highlight {
  color: #e55749; }

.main,
section,
footer {
  margin: 0 auto;
  max-width: 680px; }
  @media screen and (min-width: 768px) {
    .main,
    section,
    footer {
      max-width: 780px; } }
.main,
section {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .main,
    section {
      padding: 0 40px; } }
article {
  margin: 20px 0 80px; }
  @media screen and (min-width: 768px) {
    article {
      margin: 40px 0 80px;
      padding: 20px 0; } }
img {
  border-radius: 3px; }

header {
  line-height: 1;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 400px) {
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #F4F5F5; } }
  @media (prefers-color-scheme: dark) {
    header {
      background: #030B21;
      color: #FFFFFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
.site-title {
  margin: 0;
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 28px;
  font-size: 1.5555555556rem;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 20px 20px 60px; }
  @media (prefers-color-scheme: dark) {
    .site-title:hover {
      color: #EFFF06; } }
  @media screen and (min-width: 768px) {
    .site-title {
      padding: 40px 20px 40px 110px;
      font-size: 48px;
      font-size: 2.6666666667rem; } }
.logo {
  width: 33px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
  fill: #e55749; }
  @media screen and (min-width: 768px) {
    .logo {
      width: 64px;
      height: 57px;
      top: 28px;
      left: 40px; } }
.main-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (min-width: 768px) {
    .main-menu ul {
      margin: 0 20px 0 0; } }
.main-menu li {
  margin: 0; }
  .main-menu li.is-active a {
    color: #e55749; }

.main-menu a {
  padding: 20px;
  display: block; }
  @media screen and (min-width: 768px) {
    .main-menu a {
      font-size: 24px;
      font-size: 1.3333333333rem; } }
footer {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 20px 40px; } }
a[href*="twitter.com"] {
  color: #69CBFF;
  border-color: rgba(105, 203, 255, 0.2); }
  a[href*="twitter.com"]:hover {
    border-color: #69CBFF; }

a[href*="dribbble.com"] {
  color: #C32361;
  border-color: rgba(195, 35, 97, 0.2); }
  a[href*="dribbble.com"]:hover {
    border-color: #C32361; }
