/*
Theme Name: Talk
Theme URI: https://talkiclub.com/
Author: Talk
Author URI: https://talkiclub.com/
Description: A WordPress theme devceloped by Talk.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme
Tags: one-column, two-columns
*/




/* Basic */

body {
	font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #818da0;
	background: #222222;
    margin: 0;
    padding: 0;
}

a:any-link {
	color: black;
	text-decoration: none;
}

footer a:any-link {
    color: #ffff;
    text-decoration: none;
}

ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}




/* Navigation */

nav {
    background: #333;
    color: #fff;
}