/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Template: twentyfifteen
Author: the WordPress team, Claudia Jaramillo
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 4.0.1754522747
Updated: 2025-08-07 01:25:47

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
	font-family: "Rubik", sans-serif;
	background: #ffffff;
}
*/
.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
	font-family: "Roboto Condensed", sans-serif;
	background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}
p {
	font-family: "Roboto Condensed", sans-serif;
}
.author-info { display:none; }