/*
Theme Name: Suara Kita
Theme URI: http://www.madtech.com.my
Description: Custom Theme for Suara Kita
Version: 1.0
Author: Madtech Systems Company
Tags: two columns, widgets, wordpress 5.7, Bootstrap 5

This template is a custom theme for use on KJS.my
All rights reserved by Madtech Systems Company
*/
/* Variables */
:root{

    --sktext: #320101;
    --skbg: #ffffff;
    --skprimary: #ffb400;
    --sksecondary: #d8d8c5;
    --skaccent: #73418b;

}

body{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;font-family: 'Poppins', sans-serif;font-weight:400;font-size:1.4em;background:var(--skbg);color:var(--sktext);height:100%;overflow-x:hidden;position:relative;}

h1,h2,h3,h4,h5,h6 {font-family: 'Anton', sans-serif;font-weight: 400;}
a {color:var(--skprimary);text-decoration: none;}
a:hover{color:var(--sksecondary);}


#footer {border-top:2px solid var(--skaccent); padding-top:2em;padding-bottom: 2em; background-color: var(--sksecondary);margin-top:20px;}
#footer a {color:var(--sktext);}
#footer a:hover {color:var(--skprimary);}
#mtsc {font-size: 0.75em;padding-top:10px;padding-bottom:10px;background-color: var(--sksecondary);}
#mtsc a {color:var(--sktext);}
#mtsc a:hover {color:var(--skprimary);}