/**
* @license
*
* Font Family: Pilcrow Rounded
* Designed by: Satya Rajpurohit
* URL: https://www.fontshare.com/fonts/pilcrow-rounded
* © 2024 Indian Type Foundry
*
* Pilcrow Rounded Regular 
* Pilcrow Rounded Medium 
* Pilcrow Rounded Semibold 
* Pilcrow Rounded Bold 
* Pilcrow Rounded Heavy 
* Pilcrow Rounded Variable (Variable font)

*

/* Regular – 400 */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Regular.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Regular.woff') format('woff'),
       url('fonts/PilcrowRounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium – 500 */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Medium.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Medium.woff') format('woff'),
       url('fonts/PilcrowRounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Semibold – 600 */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Semibold.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Semibold.woff') format('woff'),
       url('fonts/PilcrowRounded-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold – 700 */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Bold.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Bold.woff') format('woff'),
       url('fonts/PilcrowRounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heavy – 900 */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Heavy.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Heavy.woff') format('woff'),
       url('fonts/PilcrowRounded-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Optional: Variable font */
@font-face {
  font-family: 'Pilcrow Rounded';
  src: url('fonts/PilcrowRounded-Variable.woff2') format('woff2'),
       url('fonts/PilcrowRounded-Variable.woff') format('woff'),
       url('fonts/PilcrowRounded-Variable.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

