/*
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/

/*
--------------------------
- Default Typography
--------------------------
*/


/*
--------------------------
- Custom Typography
--------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Golos+Text:wght@400..900&display=swap');

/* .gloock {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
} */

/* .golos-regular {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

body {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* variable color code */
:root{
    --white: #ffffff;
    --black: #000000;
    --primary: #094063;
    --green: #81bc00;
    --blue: #0082ca;
    --light_blue: #10AFDB;
    --dark: #20292d;
    --dark_gray: #2d3944;
    --slate_gray: #415464;
    --medium_gray: #d1d2d4;
    --light_gray: #e8e9ea;
}
