/**
 * @license
 *
 * Font Family: Rowan
 * Designed by: Inga Plönnigs
 * URL: https://www.fontshare.com/fonts/rowan
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Rowan Variable(Variable font)
 * Rowan Variable Italic(Variable font)
 * Rowan Light
 * Rowan Light Italic
 * Rowan Regular
 * Rowan Italic
 * Rowan Medium
 * Rowan Medium Italic
 * Rowan Semibold
 * Rowan Semibold Italic
 * Rowan Bold
 * Rowan Bold Italic
 *
*/


@font-face {
  font-family: 'Rowan-Light';
  src: url('../fonts/Rowan-Light.woff2') format('woff2'),
       url('../fonts/Rowan-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Rowan-LightItalic';
  src: url('../fonts/Rowan-LightItalic.woff2') format('woff2'),
       url('../fonts/Rowan-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Rowan-Regular';
  src: url('../fonts/Rowan-Regular.woff2') format('woff2');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Rowan-Italic';
  src: url('../fonts/Rowan-Italic.woff2') format('woff2');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


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


@font-face {
  font-family: 'Rowan-MediumItalic';
  src: url('../fonts/Rowan-MediumItalic.woff2') format('woff2'),
       url('../fonts/Rowan-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


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


@font-face {
  font-family: 'Rowan-SemiboldItalic';
  src: url('../fonts/Rowan-SemiboldItalic.woff2') format('woff2'),
       url('../fonts/Rowan-SemiboldItalic.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: italic;
}


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


@font-face {
  font-family: 'Rowan-BoldItalic';
  src: url('../fonts/Rowan-BoldItalic.woff2') format('woff2'),
       url('../fonts/Rowan-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}

