/* Configuração das Fontes do Empreendimento Sôta (Formatos OTF Locais e Fallbacks) */

/* ==========================================
   FONTE PRINCIPAL: GYST
   ========================================== */

/* Gyst Light (300) */
@font-face {
  font-family: 'Gyst';
  src: url('Gyst-Light.otf') format('opentype'),
       url('Gyst-Light.woff2') format('woff2'),
       url('Gyst-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gyst Regular (400) */
@font-face {
  font-family: 'Gyst';
  src: url('Gyst-Regular.otf') format('opentype'),
       url('Gyst-Regular.woff2') format('woff2'),
       url('Gyst-Regular.woff') format('woff'),
       url('Gyst-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gyst Medium (500) */
@font-face {
  font-family: 'Gyst';
  src: url('Gyst-Medium.otf') format('opentype'),
       url('Gyst-Medium.woff2') format('woff2'),
       url('Gyst-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gyst Bold (700 / Bold) */
@font-face {
  font-family: 'Gyst';
  src: url('Gyst-Bold.otf') format('opentype'),
       url('Gyst-Bold.woff2') format('woff2'),
       url('Gyst-Bold.woff') format('woff'),
       url('Gyst-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ==========================================
   FONTE SECUNDÁRIA: DEGULAR
   ========================================== */

/* Degular Light (300) */
@font-face {
  font-family: 'Degular';
  src: url('Degular-Light.otf') format('opentype'),
       url('Degular-Light.woff2') format('woff2'),
       url('Degular-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Degular Regular (400) */
@font-face {
  font-family: 'Degular';
  src: url('Degular-Regular.otf') format('opentype'),
       url('Degular-Regular.woff2') format('woff2'),
       url('Degular-Regular.woff') format('woff'),
       url('Degular-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Degular Medium (500) */
@font-face {
  font-family: 'Degular';
  src: url('Degular-Medium.otf') format('opentype'),
       url('Degular-Medium.woff2') format('woff2'),
       url('Degular-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Degular Bold (700 / Bold) */
@font-face {
  font-family: 'Degular';
  src: url('Degular-Bold.otf') format('opentype'),
       url('Degular-Bold.woff2') format('woff2'),
       url('Degular-Bold.woff') format('woff'),
       url('Degular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
