﻿
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

* {scroll-margin-top: 140px;}

:root {
    --c-primary: #ac8631;
    --c-secondary: #fbfaf3;
}

body {font: 400 16px "Alexandria", 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}

.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_200{font-weight:200}

.cp{cursor:pointer;}

/* INNER PAGES START CODE */

/* INNER PAGES END CODE */

@media screen and (max-width: 1023.98px) {}