/* Resources */

@font-face {
  font-family: 'Swansea';
  src: url('Swansea-q3pd.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Swansea';
  src: url('SwanseaItalic-AwqD.ttf') format('ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Swansea';
  src: url('SwanseaBoldItalic-p3Dv.ttf') format('ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Swansea';
  src: url('SwanseaBold-D0ox.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Swansea', sans-serif;
}

/* Simple CSS reset */

html {
  box-sizing: border-box;
  font-size: 1rem;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

/* Supah fresh styles */

body {
  background-color: #e2e2e2;
}

header {
  text-align: center;
  padding: 2rem;
  background-color: #d2d2d2;
}

p {
  padding: 0.5rem 0;
  text-indent: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.centered-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-content {
  display: grid;
  grid-template-columns: 2fr 6fr 2fr;
}

#site-menu {
  padding: 1rem;
  background-color: white;
}

article {
  padding: 1rem;
}

.site-article {
  padding: 0.5rem;
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: black;
}

.content-footer {
  margin: 0 -0.5rem -0.5rem -0.5rem;
  padding: 0.5rem;
  background-color: black;
  color: white;
}
