/* @font-face for Special Elite */
@font-face {
    font-family: 'Special Elite';
    src: url('https://fonts.gstatic.com/s/specialelite/v12/6xKsdKDlr_XqZN-9n9i-Dg3EPlj7dA.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* @font-face for Inconsolata */
@font-face {
    font-family: 'Inconsolata';
    src: url('https://fonts.gstatic.com/s/inconsolata/v14/z6mT7D1g6K2To-1I0jwYrzyf0xq7FJGFfjNY5h0M0eY.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 103.1;
}

body {
    background-color: #fff0f0;
    font-size: 14px;
}

h1 {
    color: #786f67;
    font-family: 'Special Elite', sans-serif;
}
/* Page 2 specific styles */
 
 .page2 h1 {
    font-family: 'Special Elite';
    color: #786f67;
}
h3 {
    font-family: 'Inconsolata', sans-serif;
    color: #bbb2a7;
}

h5 {
    font-family: 'Inconsolata', sans-serif;
    color: #bbb2a7;
}

p {
    font-family: 'Inconsolata', monospace;
    color: #786f67;
}

a {
    color: #786f67;
}