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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Chillax';
  src: url('fonts/Chillax-Medium.woff2') format('woff2'),
       url('fonts/Chillax-Medium.woff') format('woff'),
       url('fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(fonts/Gotham.woff2) format("woff2"),
	  url(fonts/Gotham.woff) format("woff"),
	  url(fonts/Gotham.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: Gotham;
  src: url(fonts/Gotham-Medium.woff2) format("woff2"),
	  url(fonts/Gotham-Medium.woff) format("woff"),
	  url(fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal
}
/* End Custom Fonts CSS */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}