/*
Theme Name: Tripitaka Varta Weekly
Theme URI: https://example.com/
Author: Satish Pundlik Pawar
Author URI: https://example.com/
Description: Custom WordPress theme for Tripitaka Varta Weekly newspaper layout.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tripitaka-varta-weekly
*/

html, body {
    margin: 0;
    padding: 0;
    background: #f3efe7;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    color: #1a1208;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}
