/*
Theme Name: Krishna Consciousness Academy
Theme URI: https://github.com/pavel-pasechnik/krishna-consciousness-academy
Author: Pavel Pasechnik
Author URI: https://www.linkedin.com/in/pasechnikpavel
Description: Krishna Consciousness Academy is an inspiring WordPress theme for academies of Vaishnava philosophy, online education, and spiritual communities. Easy customization and a convenient editor allow you to quickly create a website that reflects the values and traditions of bhakti yoga.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.44
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: krishna-consciousness-academy
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
Primary Branch: main
Release Asset: true
GitHub Theme URI: https://github.com/pavel-pasechnik/krishna-consciousness-academy
 */

body {
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--text-secondary);
}

.wp-block-post-title {
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--secondary);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset, 120px);
}

section,
.wp-block-template-part,
.wp-block-group.section-courses {
  scroll-margin-top: 0;
}

/* MOBILE */
@media screen and (width >= 375px) {
  .container {
    padding: 0 10px;
  }
}

/* TABLET */
@media screen and (width >= 768px) {
  .container {
    padding: 0 20px;
  }
}

/* DESKTOP */
@media screen and (width >= 1440px) {
  .container {
    padding: 0 40px;
  }
}
