/*
 * Local Fonts Configuration
 * Fonts: Raleway, Montserrat Subrayada, Oxygen, Nothing You Could Do, Oswald
 * Ensure the corresponding .woff2 files are placed in the '../fonts/' directory.
 */

/* Raleway - Light 300 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/raleway-v29-latin-300.woff2') format('woff2');
}

/* Raleway - Regular 400 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/raleway-v29-latin-regular.woff2') format('woff2');
}

/* Montserrat Subrayada - Bold 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/montserrat-subrayada-v18-latin-700.woff2') format('woff2');
}

/* Oxygen - Light 300 */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/oxygen-v16-latin-300.woff2') format('woff2');
}

/* Oxygen - Regular 400 */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/oxygen-v16-latin-regular.woff2') format('woff2');
}

/* Oxygen - Bold 700 */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/oxygen-v16-latin-700.woff2') format('woff2');
}

/* Nothing You Could Do - Regular 400 */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/nothing-you-could-do-v18-latin-regular.woff2') format('woff2');
}

/* Oswald - Regular 400 */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2');
}