/*
  You can add/edit your styles below.
  To utilize this stylesheet in your store, add the following
  line to the <head></head> section of your website (usually found in _meta.tpl):

  <link rel="stylesheet" type="text/css" href="/customfonts.css" />
*/
@font-face {
    font-family: 'Mrs Eaves';
    src: url('/downloads/fonts/fonnts.com-Mrs-Eaves-Lining-OT-.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Careera Script';
    src: url('/downloads/fonts/CareeraScript_PERSONAL_USE_ONLY.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('/downloads/fonts/FuturaStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

#container #header #tagline {
font-family: "Mrs Eaves";
font-style: normal!important;
}