/**
 * @license
 *
 * Font Family: Roundo
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/roundo
 * © 2024 Indian Type Foundry
 *
 * Font Styles:
 * Roundo Variable(Variable font)
 * Roundo Extra Light
 * Roundo Light
 * Roundo Regular
 * Roundo Medium
 * Roundo Semi Bold
 * Roundo Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 200.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'Roundo-Variable';
  src: url('Roundo-Variable.woff2') format('woff2');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


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


@font-face {
  font-family: 'Roundo';
  src: url('Roundo-Regular.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Roundo';
  src: url('Roundo-Medium.woff') format('woff');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Roundo';
  src: url('Roundo-SemiBold.woff') format('woff');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
} */