﻿@font-face {
    font-family: "PhetsarathOT";
    src: url('Phetsarath_OT.ttf');
}
* {
    font-family: PhetsarathOT;
}

:root {
    --color-primary: #002440; /* #cb8c25 #002440 */
    --color-second: #e9eaeb; /* #773c00 #e9eaeb; */
    --color-yellow: #fca531; /* #fca531; */
    --color-white: #fff;
    --color-black: black;
    --color-red: #DC4C64;
    --color-green: #14A44D;
    --color-yellow-2: #E4A11B;
}

