/*
Theme Name:         Open Source Theme
Theme URI:          https://github.com/a8cteam51/opensource-net
Author:             WordPress Special Projects
Author URI:         https://wpspecialprojects.wordpress.com
Description:        A theme for the Open Source project based on the Tenaz theme.
Template:           tenaz
Version:            1.0.0
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        opensource-net
Domain Path:        /languages
*/
body {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--librefranklin);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  --wp--style--root--padding-top: 0;
  --wp--style--root--padding-right: var(--wp--preset--spacing--60);
  --wp--style--root--padding-bottom: 0;
  --wp--style--root--padding-left: var(--wp--preset--spacing--60);
}

.wp-block-site-title a {
  font-weight: 700;
}

h1 {
  text-transform: lowercase;
}

.editor-styles-wrapper h1 {
  text-transform: none;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--librefranklin);
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
}

.wpas-ticket-buttons-top .wpas-link-logout {
  margin-right: 0;
}

.wpas-form p.wpas-help-block {
  font-size: 1rem;
}

.wp-block-separator.is-style-dots {
  display: flex;
  align-items: center;
}
.wp-block-separator.is-style-dots:before {
  background-image: url("assets/img/dots.svg");
  background-repeat: space no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
}

.wp-block-query.is-style-image-dots .wp-block-post-featured-image {
  padding-bottom: 19px;
}
.wp-block-query.is-style-image-dots .wp-block-post-featured-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 15px;
  width: 100%;
  background-image: url("assets/img/dots-img.svg");
  background-position: bottom right;
  background-repeat: repeat-x;
}
/*# sourceMappingURL=style.css.map */