/**
* @license
*
* Font Family: Recia
* Designed by: Carlos de Toro
* URL: https://www.fontshare.com/fonts/recia
* © 2026 Indian Type Foundry
*
* Recia Light 
* Recia LightItalic 
* Recia Regular 
* Recia Italic 
* Recia Medium 
* Recia MediumItalic 
* Recia Semibold 
* Recia SemiboldItalic 
* Recia Bold 
* Recia BoldItalic 
* Recia Variable (Variable font)
* Recia VariableItalic (Variable font)

*
*/
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 300.0wght 700.0;
*
* available axes:
'wght' (range from 300.0 to 700.0'wght' (range from 300.0 to 700.0
*/
@font-face {
  font-family: 'Recia-Variable';
  src: url('../fonts/recia/Recia-Variable.woff2') format('woff2'),
       url('../fonts/recia/Recia-Variable.woff') format('woff'),
       url('../fonts/recia/Recia-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 300.0wght 700.0;
*
* available axes:
'wght' (range from 300.0 to 700.0'wght' (range from 300.0 to 700.0
*/
@font-face {
  font-family: 'Recia-VariableItalic';
  src: url('../fonts/recia/Recia-VariableItalic.woff2') format('woff2'),
       url('../fonts/recia/Recia-VariableItalic.woff') format('woff'),
       url('../fonts/recia/Recia-VariableItalic.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}

