/*
Theme Name: Webmagazin
Theme URI:
Author: webmagazin
Description: A theme made for web.
Tags: html, css, js, php, sql, wordpress
Version: 1.0
Requires at least: 5.7
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: webmagazin
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/** * https://github.com/WordPress/gutenberg/issues/35934 **/
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #262626;
}

body * {
    font-family: inherit;
    color: inherit;
    line-height: 1;
}


/*
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
    color: inherit;
}

a.link {
    color: var(--color-primary);
}

a:hover,
a:active {
    color: inherit;
}


body p {
    line-height: 1.45;
    margin: 0;
}

body p + p {
    margin-top: .7em;
}

ins {
    /** ads have yellow bg by default **/
    background-color: transparent;
}

code {
    /*color: #e83e8c;
    word-wrap: break-word;
    */
    background-color: none;
    padding: 0 2px;
    font-family: monospace;
}