/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Divi Child
Version: 1.0
Author: Bui Quang Tuyen
Author URI: https://facebook.com/bao10081997
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@font-face {
    font-family: Century;
    src: url(./fonts/GOTHIC.TTF);
  }
@font-face {
  font-family: Century Bold;
  src: url(./fonts/gothicb.ttf);

}
body, input, textarea, select {
    font-family: 'Century' !important;
}
  