﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

* {scroll-margin-top: 150px;}

:root {
    --c-primary: #c0972d;
    --c-secondary: #022c62;
}

body {font: 500 16px "Noto Sans", sans-serif;}

.fs_9{font-size:9px}
.fs_10{font-size:10px}
.fs_11{font-size:11px}
.fs_12{font-size:12px}
.fs_13{font-size:13px}
.fs_14{font-size:14px}
.fs_15{font-size:15px}
.fs_16{font-size:16px}
.fs_18{font-size:18px}


.c_695910{color:#695910;}

.btn-danger {
    background: var(--c-primary);
}
.btn-danger:hover{background:var(--c-primary);}
.btn-danger:focus,.btn-danger:focus-visible,.btn-danger:active{box-shadow:none; background:var(--c-primary)!important}

.text-danger{color:var(--c-primary);}

.fw_800{font-weight:800}

.cp{cursor:pointer;}

/* INNER PAGES START CODE */
.heading{text-transform:uppercase; font-size:28px; color:#695910; font-weight:800;}

/* INNER PAGES END CODE */

@media screen and (max-width: 1023.98px) {}