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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Gotham-Medium';
  src: url(/wp-content/themes/plato/fonts/Gotham-Medium.ttf);
}
@font-face {
  font-family: 'HJGothamRoundBold';
  src: url(/wp-content/themes/plato/fonts/HJGothamRoundBold.otf);
}
@font-face {
  font-family: 'HJGothamRoundBook';
  src: url(/wp-content/themes/plato/fonts/HJGothamRoundBook.otf);
}
@font-face {
  font-family: 'HJGothamRoundLight';
  src: url(/wp-content/themes/plato/fonts/HJGothamRoundLight.otf);
}


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


}