/* Custom Fonts CSS */

/* Google Fonts - Local Files */
/* Uncomment and add font files when you want to host Google Fonts locally */

/*
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/lato/Lato-Regular.woff2') format('woff2'),
       url('../fonts/google-fonts/lato/Lato-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google-fonts/lato/Lato-Bold.woff2') format('woff2'),
       url('../fonts/google-fonts/lato/Lato-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/oswald/Oswald-Regular.woff2') format('woff2'),
       url('../fonts/google-fonts/oswald/Oswald-Regular.woff') format('woff');
}
*/

/* Castoro Font Family */
@font-face {
  font-family: 'Castoro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/Castoro/Castoro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Castoro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/Castoro/Castoro-Italic.ttf') format('truetype');
}

/* Gabarito Font Family */
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/google-fonts/Gabarito/Gabarito-Black.ttf') format('truetype');
}

