/*
Theme Name: Brendan Burns
Theme URI: https://brendanhburns.com/
Template: blankslate
Author: Brendan Burns
Author URI: https://brendanhburns.com/
Description: Custom theme made for Brendan Burns
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2025.1.1748588830
Updated: 2025-05-30 07:07:10

*/

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


h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
    
}
p {
    font-family:'Roboto', sans-serif;    
}
li, input, select, textarea, button,
blockquote, pre, code {
  font-family: 'Oswald', sans-serif;
}

h1, h2, h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 600;
}

p {
  font-weight: 400;
}

.button {
  font-weight: 500;
}

button, input[type="button"], input[type="submit"] {
    font-size: inherit;
}
#footer {
    font-family:'Roboto', sans-serif;
    font-weight:300;
    background: #222;
    color: rgba(255, 255, 255, 0.5);
    padding: 26px 0;
    font-size: 16px;
    text-align:center;
}
::selection {
    background-color: #ff0000;
    color: #fff;
}

::-moz-selection {
    background-color: #ff0000;
    color: #fff;
}