/*
Theme Name: Miami Block Theme
Theme URI: https://miamiohdev.wc.reclaim.cloud/miami-block-theme/
Author: Miami University - Web Marketing Team
Author URI: https://miamioh.edu/
Description: Miami Block Theme 2023
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.1
License: not available.
License URI: not available.
Text Domain: miamiblock

*/

/* Font: freight-text-pro */
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-light.otf);
  font-style: normal;
    font-weight: 200;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-light_italic);
  font-style: italic;
    font-weight: 200;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-book.otf);
  font-style: normal;
    font-weight: 400;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-book_italic.otf);
  font-style: italic;
    font-weight: 400;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-medium.otf);
  font-style: normal;
    font-weight: 500;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-medium_italic.otf);
  font-style: italic;
    font-weight: 500;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-bold.otf);
  font-style: normal;
    font-weight: 700;
}
@font-face {
  font-family: freight-text-pro;
  src: url(assets/fonts/freight-text/freight-text-pro-bold_italic.otf);
  font-style: italic;
    font-weight: 700;
}

/* Font: proxima-nova */
@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-regular-italic.ttf);
font-style: italic;
font-weight: normal;
}

@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-semibold.ttf) ;
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-semibold-italic.ttf);
font-style: italic;
font-weight: 600;
}

@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-bold.ttf);
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: proxima-nova;
src: url(assets/fonts/proxima-nova/proxima-nova-bold-italic.ttf);
font-style: italic;
font-weight: 700;
}


/* Font: Gotham */
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-thin.otf);
  font-style: normal;
    font-weight: 100;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-thin-italic.otf);
  font-style: italic;
    font-weight: 100;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-xlight.otf);
  font-style: normal;
    font-weight: 200;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-xlight-italic.ttf);
  font-style: italic;
    font-weight: 200;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-light.otf);
  font-style: normal;
    font-weight: 300;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-light-italic.otf);
  font-style: italic;
    font-weight: 300;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-book.otf);
  font-style: normal;
    font-weight: 400;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-book-italic.otf);
  font-style: italic;
    font-weight: 400;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-medium.otf);
  font-style: normal;
    font-weight: 500;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-medium-italic.otf);
  font-style: italic;
    font-weight: 500;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-bold.ttf);
  font-style: normal;
    font-weight: 700;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-bold-italic.otf);
  font-style: italic;
    font-weight: 700;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-black.otf);
  font-style: normal;
    font-weight: 900;
}
@font-face {
  font-family: gotham;
  src: url(assets/fonts/gotham/gotham-black-italic.otf);
  font-style: italic;
    font-weight: 900;
}


