/*
Theme Name: Cancms May25
Description: Use bootstrap 5 to create responsive theme
Author: Cancms,
Author URI: http://www.cancms.com
Version: 1.0
*/


 

@font-face {
    font-family: 'ETBookRoman';
    src: url('./assets/css/fonts/et-book-roman-line-figures_tvofzs.woff') format('woff'); /* 支持现代浏览器 */
    font-weight: normal;
    font-style: normal;
  }

body{
    /* font-family: warnock-pro, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; */

    font-family: ETBookRoman, warnock-pro, Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

 a {
    color: #424242;
}