/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Font Barlow 15 
++++++++++++++++++++++++++++++++++++ 
   github.com/jpt/barlow
   https://www.fontsquirrel.com/tools/webfont-generator
   Keep OpenType Features (tnum)
*/
@font-face {
  font-family: "Barlow";
  src: local(""),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/Barlow-Regular.woff2?v15a")
      format("woff2"),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/Barlow-Regular.woff?v15a")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: local(""),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/Barlow-Bold.woff2?v15a")
      format("woff2"),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/Barlow-Bold.woff?v15a")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: local(""),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/BarlowSemiCondensed-Regular.woff2?v15a")
      format("woff2"),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/BarlowSemiCondensed-Regular.woff?v15a")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: local(""),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/BarlowSemiCondensed-Bold.woff2?v15a")
      format("woff2"),
    url("/wp-content/themes/dt-the7-child/fonts/Barlow-v15/BarlowSemiCondensed-Bold.woff?v15a")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*   
.wp-editor-container p { hyphens: auto; }
.wp-editor-container a { text-decoration: none; } 
.wp-editor-container q { quotes: '»' '«' '›' '‹'; }
.wp-editor-container q::before { content: '»'; } 
.wp-editor-container q::after { content: '«'; }
.wp-editor-container cite { font-style: normal; font-weight: 500; font-variant: all-petite-caps; }
*/

/* wp backend login */
#login h1 a,
.login h1 a {
  background-image: url("/wp-content/themes/dt-the7-child/images/site-login-logo.webp");
  background-repeat: no-repeat;
  background-size: 260px 200px;
  height: 200px;
  padding-bottom: 5px;
  width: 260px;
}

/* wp backend */

body,
#wpadminbar *:not([class="ab-icon"]),
.wp-core-ui,
.media-menu,
.media-frame *,
.media-modal * {
  font-family: "Barlow", sans-serif !important;
  font-feature-settings: "tnum" !important;
}
