/* Tinos */
@font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos/Tinos-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos/Tinos-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos/Tinos-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Tinos';
    src: url('../fonts/Tinos/Tinos-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  
  /* DM Sans */
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/DMSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DM_Sans/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  