/*
 Theme Name: Blocksy Child
 Description: Child Theme for the network of towns
 Author: Ahasvero
 Author URI: https://twintowns.eu
 Template: blocksy
 Version: 1.0.8
 Text Domain: blocksy-child
*/

/*--------------------------------------------------------------
1. Font-Face Declarations
--------------------------------------------------------------*/
@font-face {
  font-family: 'JMHTypewriter'; 
  src: url("fonts/JMHTypewriter.woff2") format('woff2'), url("fonts/JMHTypewriter.ttf") format('truetype');
}
@font-face {
  font-family: 'OldNewspaperTypes';
  src: url("fonts/OldNewspaperTypes.woff2") format('woff2'), url("fonts/OldNewspaperTypes.ttf") format('truetype');
}
@font-face {
  font-family: 'GabellaShiny';
  src: url("fonts/GabellaShiny.woff2") format('woff2'), url("fonts/GabellaShiny.ttf") format('truetype');
}
@font-face {
  font-family: 'CarbonType';
  src: url("fonts/carbon.woff2") format('woff2'), url("fonts/carbon.ttf") format('truetype');
}
@font-face {
  font-family: 'SilkRemington-SBold';
  src: url("fonts/SilkRemington-SBold.woff2") format('woff2'), url("fonts/SilkRemington-SBold.ttf") format('truetype');
}
@font-face {
  font-family: 'KGSummerSunshine';
  src: url("fonts/KGSummerSunshine.woff2") format('woff2'), url("fonts/KGSummerSunshine.ttf") format('truetype');
}

/*--------------------------------------------------------------
2. Variables & Blocksy Overrides
--------------------------------------------------------------*/
:root {
  --primary-font: "JMHTypewriter", Consolas, monospace;
  --secondary-font: "OldNewspaperTypes", Palatino, serif;
  --tertiary-font: "SilkRemington-SBold", monospace;
  --quaternary-font: "CarbonType", Garamond, serif;
  --quinary-font: "KGSummerSunshine", Garamond, serif;
  --title-font: "GabellaShiny", serif;
}