1/* Tikinewt theme newsletter stylesheet  */
2body {
3  background: #fff;
4  color: #212529;
5  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6  padding: 15px; }
7
8a, a:visited {
9  color: #007bff;
10  text-decoration: underline; }
11
12a:hover {
13  color: #0056b3;
14  text-decoration: underline; }
15
16h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
17  font-family: inherit;
18  font-weight: 500;
19  color: inherit; }
20
21.card {
22  margin-bottom: 1.5;
23  background-color: #fff;
24  border: 1px solid transparent;
25  border-radius: 0.25rem; }
26
27.card-header {
28  border-bottom: 1px solid transparent; }
29
30.card-title {
31  margin-top: 0;
32  margin-bottom: 0;
33  font-size: 2rem;
34  color: inherit; }
35  .card-title > a, .card-title > small, .card-title > .small, .card-title > small > a, .card-title > .small > a {
36    color: inherit; }
37