/* 

This software and all associated source code, architecture, and intellectual property
are proprietary and confidential.

Access is granted solely for authorised use under licence.

Any unauthorised copying, modification, reproduction, distribution,
reverse engineering, or exploitation of this software is strictly prohibited
and may result in legal action, including claims for damages.

All rights reserved. 

*/

/* Include custom font imports */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue');
@import url('https://fonts.googleapis.com/css2?family=Neuton:200;');

:root {
    --font-family: 'Montserrat', sans-serif;
    --custom-font: 'Neuton', serif;
    --nav-bg-color: #e4e6e7;
    --nav-link-color: #575756;
    --nav-hover-color: #ed6328;
    --nav-link-color-two: #0f94cb;
    --nav-hover-color-two: #FFFFFF;
    --link-color: #ed6328;
    --hover-color: #575756;
    --logo-text-color: #575756;
    --logo-text-hover-color: #575756;
    --footer-link-color: #9c9d9d;
    --footer-hover-color: #575756;
    --footer-text-color: #575756;
    --footer-heading-color: #1F2933;
    --main-button-color: #ed6328;
    --main-button-hover-color: #6c757d;
    --main-button-text-color: #FFFFFF;
    --main-heading-color: #1F2933;
    --sub-heading-color: #6B7280;
    --custom-color-one: #1F2933;
    --custom-color-two: #0f94cb;
    --custom-color-three: ;
    --custom-color-four: ;
    --form-field-color: ;
}

