﻿@font-face {
  font-family: journal;
  src: url(../font/journal.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: graviolasoft;
  src: url(../font/graviolasoft-medium-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: fontello;
  src: url(../font/fontello.woff2);
  font-weight: normal;
  font-style: normal;
}
:root {
  --text-gray-color: #717272; /*text màu xám*/
  --text-gray-color: #bdbdbd; /*text màu xám*/
  --text-gray-color: #c8c7c7; /*text màu xám*/
  --text-yellow-color: #f5db7c; /*text màu vàng*/
  --text-white-color: #e0e0e0; /*text màu trắng*/
  --text-black-color: #2b2b2b; /*text màu đen*/
  --red-color: #ca0808;
  --yellow-color: #f5db7c;
  --text-primary-color: #f5db7c; /*text màu chủ đạo*/
  --menu-text-color: #fff; /*text màu menu*/
}
