﻿/*Define all colors*/

:root {
    --header-footer-bg-color: #363636;
    --logo-color: rgb(255, 142, 0);
    --logo-color-light: rgba(255, 142, 0, 0.75);
    --main-grey: #aeaeae;
    --main-grey-light: #bdbdbd;
    --disable-color: #e0e0e0;
    --text-color: #555555;
    --text-color-darker: #303030;
    --light-grey: #A9A9A9;
    --mid-grey: #505050;
    --dark-grey: #303030;
}

/*@font-face {
    font-family: "PingFangSC-Regular";
    src: local("PingFang-SC-Regular"), url("../font/PingFang-SC-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "PingFangSC-Medium";
    src: local("PingFang-SC-Medium"), url("../font/PingFang Medium.ttf") format('truetype');
}

@font-face {
    font-family: "PingFangSC-Semibold";
    src: local("PingFang-SC-Semibold"), url("../font/PingFang-SC-Semibold.ttf") format('truetype');
}*/