@use 'variables' as *;

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Light.woff2')
    format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Book.woff2')
    format('woff2');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/**
* Italics
*/

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-LightItalic.woff2')
    format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-Italic.woff2')
    format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-BookItalic.woff2')
    format('woff2');
  font-weight: 450;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-MediumItalic.woff2')
    format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SEB SansSerif';
  src: url('#{$seb-font-path}/SEBSansSerif/SEBSansSerif-BoldItalic.woff2')
    format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
