/*
*   Typography
*/
@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Regular'),
    url(/fonts/NotoSans-Regular.woff2),url(/fonts/NotoSans-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold'),
    url(/fonts/NotoSans-Bold.woff2),url(/fonts/NotoSans-Bold.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Italic'),
    url(/fonts/NotoSans-Italic.woff2),url(/fonts/NotoSans-Italic.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold Italic'),
    url(/fonts/NotoSans-BoldItalic.woff2),url(/fonts/NotoSans-BoldItalic.woff);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Serif';
    src: local('Noto Serif Regular'),
    url(/fonts/NotoSerif-Regular.woff2),url(/fonts/NotoSerif-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif';
    src: local('Noto Serif Bold'),
    url(/fonts/NotoSerif-Bold.woff2),url(/fonts/NotoSerif-Bold.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif';
    src: local('Noto Serif Italic'),
    url(/fonts/NotoSerif-Italic.woff2),url(/fonts/NotoSerif-Italic.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Serif';
    src: local('Noto Serif Bold Italic'),
    url(/fonts/NotoSerif-BoldItalic.woff2),url(/fonts/NotoSerif-BoldItalic.woff);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Mono';
    src: local('Noto Mono'),
    url(/fonts/NotoMono-Regular.woff2),url(/fonts/NotoMono-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

body {
	padding-top: 90px;
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}

footer {
    border-top: .125em solid #c0c0c0;
    line-height: 1.4;
    padding-top: 1em;
    clear: both;
}

#diceWords li {
  font-family: 'Noto Mono', 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 30px;
}

#diceWords li span {
  font-family: 'Noto Mono', 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 10px;
}

.listSelectionLink {
  font-size: 11px;
}
