/*
Theme Name: Kidogo
Description: Quality Childcare at Scale
Author: Magma
Author URI: https://magma.co.ke/
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/**
 * @license
 *
 * Font Family: Baste B
 *
 */

/* ---------- Baste B ---------- */
@font-face {
  font-family: 'Baste B';
  src: url('fonts/BasteB-Regular.woff2') format('woff2'),
       url('fonts/BasteB-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/**
 * @license
 *
 * Font Family: Founders Grotesk
 *
 */
 
/* ---------- Founders Grotesk ---------- */
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-light-italic.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-regular-italic.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-medium-italic.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-semibold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-semibold-italic.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/founders-grotesk-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}