:root{
    --primary-color: #0060CA;
    --secondary-color: #5FCC9C;
    --tertiary-color: #66A0DF;
    --dark-color: #203645;
    --text-color: #5a5a5a;
}

*:focus{
    outline: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
}
a {
    color: var(--primary-color);
}
a:hover {
    text-decoration: none;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
/* Fonts */
.text-primary {
    color: var(--primary-color) !important;
}
.text-dark {
    color: #203645 !important;
}
.text-light {
    color: #62717C !important;
}
.fs-10 {
    font-size: 10px;
}
.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;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-34 {
    font-size: 34px;
}
.fs-40 {
    font-size: 40px;
}
.fs-48 {
    font-size: 48px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-bold {
    font-weight: bold;
}
.br-8 {
    border-radius: 8px;
}
.br-12 {
    border-radius: 12px;
}
.br-16 {
    border-radius: 16px;
}
.br-25 {
    border-radius: 25px;
}
.br-100 {
    border-radius: 100px;
}
