/*
Theme Name: Qureon Science
Theme URI: https://qureonscience.com
Author: Qureon Science
Author URI: https://qureonscience.com
Description: Static port of the Qureon Science website (qureonscience.com) built with the source site's own frontend assets. Header, footer and page content are rendered from the original site markup with the Elementor frontend styles and scripts bundled locally.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qureonscience
Tags: one-column, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    background-color: #fff;
    color: var(--e-global-color-secondary, #515151);
    font-family: "Sarabun", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    border-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Sarabun", "Roboto", sans-serif;
    color: var(--e-global-color-primary, #1b4962);
}
p {
    margin-top: 0;
    margin-bottom: 1.2em;
}
a {
    color: var(--e-global-color-primary, #1b4962);
    text-decoration: none;
}
a:hover {
    color: var(--e-global-color-accent, #ec743c);
}
button,
input,
textarea,
select {
    font-family: inherit;
}
::selection {
    background-color: var(--e-global-color-primary, #1b4962);
    color: #ffffff;
}