/*
 * Theme Name:     Betra
 * Author:         Artech Themes
 * Template:       artech
 * Text Domain:    betra
 * Tested up to:   6.5
 * Requires PHP:   5.6
 * Description:    The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.
 * Author URI:     https://artechthemes.com/
 * Version:        1.3
 * License:        GPLv3 or later
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-Commerce, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, grid-layout, one-column, portfolio, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 */

:root {
    --primary-color: linear-gradient(to right, #205bf2, #1a98ff);
    --dark: #0f0f35;
    --white: #ffffff;
    --black: #000000;
}
::selection {
    background: var(--primary-color);
    color: var(--white);
}
a {
    color: var(--primary-color);
    text-decoration: underline;
}
a:focus-within,
a:hover {
    text-decoration: dotted underline;
}
nav.navbar .btn-bars {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.sticky{}
.bypostauthor {}
.alignleft{}
.alignright{}
.aligncenter {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}