/* Barlow + Barlow Condensed — compartilhado entre páginas */

@font-face {
   font-family: 'Barlow';
   font-style: normal;
   font-weight: 300;
   font-display: swap;
   src: url('../Barlow/Barlow-Light.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('../Barlow/Barlow-Regular.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url('../Barlow/Barlow-Medium.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow Condensed';
   font-style: normal;
   font-weight: 300;
   font-display: swap;
   src: url('../Barlow_Condensed/BarlowCondensed-Light.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow Condensed';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('../Barlow_Condensed/BarlowCondensed-Regular.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow Condensed';
   font-style: normal;
   font-weight: 600;
   font-display: swap;
   src: url('../Barlow_Condensed/BarlowCondensed-SemiBold.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow Condensed';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('../Barlow_Condensed/BarlowCondensed-Bold.ttf') format('truetype');
}
@font-face {
   font-family: 'Barlow Condensed';
   font-style: normal;
   font-weight: 800;
   font-display: swap;
   src: url('../Barlow_Condensed/BarlowCondensed-ExtraBold.ttf') format('truetype');
}
