﻿/*Import Global Compulsory CSS Files*/
@import url('https://fonts.googleapis.com/css?family=Titillium Web:300,400,500,700,900');
@import url(header.css?v=230808);
@import url(content.css?v=231201);



/*body {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}*/

body {
    font-family: 'Goldplay-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

strong, th {
    font-family: 'Goldplay-Black', sans-serif;
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    font-family: 'Goldplay-Black', sans-serif;
    font-weight: bold;
}

.fw-bolder {
    font-family: 'Goldplay-Semibold', sans-serif;
    font-weight: bold !important;
    color: #434343;
}

h1 {
    font-size: 2.5rem;
    color: #3200dc;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.6rem;
    color: #3200dc;
    font-weight: 600;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.3rem;
    color: #3200dc;
}


h3.dark{
 color: #3200dc;
}

h4 {
    font-size: 1.2rem;
    color: #3200dc;
}



a {
    color: #3200dc;
    transition: .3s;
    text-decoration: none;
}
a:hover, a:active{
    color: #8a67ff;
    text-decoration:none;
}

.shadowed {
    box-shadow: 0.067em 0.067em 4.133em rgb(12 71 84 / 20%);
}

.btn-primary {
    color: #fff;
    font-weight: 500;
    border: solid 2px #25155e;
    border-radius: 7px;
    border-bottom-right-radius: 0;
    background-color: #25155e;
}

.btn-primary:hover,
.btn-primary:active{
    border-color: #ff0000;
    background-color: #ff0000;
}


