@font-face {
    font-family: 'Gidole';
    src: url('../fonts/Gidole/Gidole-Regular.woff2') format('woff2'),
         url('../fonts/Gidole/Gidole-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/Noto/noto-sans-v7-latin-regular.woff2') format('woff2'),
       url('../fonts/Noto/noto-sans-v7-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'),
       url('../fonts/Noto/noto-sans-v7-latin-italic.woff2') format('woff2'),
       url('../fonts/Noto/noto-sans-v7-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('../fonts/Noto/noto-sans-v7-latin-700.woff2') format('woff2'),
       url('../fonts/Noto/noto-sans-v7-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
       url('../fonts/Noto/noto-sans-v7-latin-700italic.woff2') format('woff2'),
       url('../fonts/Noto/noto-sans-v7-latin-700italic.woff') format('woff');
}
