/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
:root{
  --white: #FFFEF8;
  --black: #231F20;
  --red: #BE1E2D;
  --unactive: #A7A498;
  --normal: #777777;
  --font-book: 400;
  --font-medium: 500;
  --borderline: #D9D7CE;
 --bg-paperboard: linear-gradient(
    rgba(255, 251, 239, 0.75),
    rgba(255, 251, 239, 0.75)
  ),
  url("../image/paperboard.jpg");
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Book.otf") format("opentype");
  font-weight: var(--font-book);
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
}
html {
  font-size: 10px;
}
body {
  font-family: "Gotham", sans-serif !important;
  font-weight: var(--font-book);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}
* strong {
  font-weight: var(--font-medium) !important;
}
a {
  text-underline-offset: 3px !important;
}