 /* =============================================
   Self-hosted fonts — paste into your theme CSS
   Upload all .woff2 files to:
   /wp-content/themes/gctlled/fonts/
   ============================================= */

/* Rajdhani */
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* DM Sans */
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables */
:root {
    --font-head: 'Rajdhani', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}
      



@font-face {
          font-family: 'Roboto';
          src: url('../fonts/roboto.woff2') format('woff2');
 
          font-weight: normal;
          font-style: normal;
		 font-display: swap;         /* ← add this */	 
        }
 
 
        @font-face {
          font-family: 'Popins';
          src: url('../fonts/popins.woff2') format('woff2');
          font-weight: normal;
          font-style: normal;
			font-display: swap;         /* ← add this */
        }
 
 
        @font-face {
          font-family: 'Popins Light';
          src: url('../fonts/poppins-light.woff2') format('woff2');
          font-weight: normal;
          font-style: normal;
			font-display: swap;         /* ← add this */
        }
 
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-light.woff2') format('woff2');
    font-display: swap; /* ← add this line */
}
 