/**
 * @license
 *
 * Font Family: Melodrama
 * Designed by: Shaily Patel
 * URL: https://www.fontshare.com/fonts/melodrama
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Melodrama Variable(Variable font)
 * Melodrama Light
 * Melodrama Regular
 * Melodrama Medium
 * Melodrama Semibold
 * Melodrama Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 300.0;
*
* available axes:

* 'wght' (range from 300.0 to 700.0)

*/

@font-face {
  font-family: 'Melodrama-Variable';
  src: url('../fonts/Melodrama-Variable.woff2') format('woff2'),
       url('../fonts/Melodrama-Variable.woff') format('woff'),
       url('../fonts/Melodrama-Variable.ttf') format('truetype');
       font-weight: 300 700;
       font-display: swap;
       font-style: normal;
}
