/** Shopify CDN: Minification failed

Line 37:0 All "@import" rules must come first

**/
/* Place any CSS overrides in this file. */

@font-face {
  font-family: 'Almarai Light';
  src: url('/cdn/shop/files/Almarai-Light.woff2?v=1748646108') format('woff2'),
  url('{{ 'Almarai-Light.ttf' | asset_url }}') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Almarai Regular';
  src: url('/cdn/shop/files/Almarai-Regular.woff2?v=1748646108') format('woff2'),
  url('{{ 'Almarai-Regular.ttf' | asset_url }}') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Almarai Bold';
  src: url('/cdn/shop/files/Almarai-Bold.woff2?v=1748646108') format('woff2'),
  url('{{ 'Almarai-Bold.ttf' | asset_url }}') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Almarai ExtraBold';
  src: url('/cdn/shop/files/Almarai-ExtraBold.woff2?v=1748646108') format('woff2'),
  url('{{ 'Almarai-ExtraBold.ttf' | asset_url }}') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:wght@300;400;700&display=swap');



