/* Inline fonts with base64 encoding for ogimage pages
 * This file is processed with resources.ExecuteAsTemplate to use Hugo functions
 */
/* Make the VS Code linter happy by putting these Hugo template lines in a comment block.*/
@font-face {
  font-family: "Clairvo";
  font-style: normal;
  font-weight: 400;
  src: local("Clairvo"), url("https://disquisition.micahrl.com/static/fonts/Clairvo-Regular.woff2") format("woff2");
  font-display: block;
  unicode-range: U+0030-0039;
  /* Digits 0-9 */ }

@font-face {
  font-family: 'Major Mono Display';
  font-style: normal;
  font-weight: 400;
  src: local("Major Mono Display"), url("https://disquisition.micahrl.com/static/fonts/MajorMonoDisplay-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Astloch';
  font-style: normal;
  font-weight: 400;
  src: local("Astloch"), url("https://disquisition.micahrl.com/static/fonts/Astloch-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Astloch';
  font-style: bold;
  font-weight: 700;
  src: local("Astloch"), url("https://disquisition.micahrl.com/static/fonts/Astloch-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Mono"), url("https://disquisition.micahrl.com/static/fonts/RobotoMono-Regular.woff2") format("woff2"); }
