/*
Theme Name: Madtouch REACT
Author: Madhouse Advertising Inc.
Author URI: https://madhouseinc.ca
 */

@font-face {
    font-family: "Gotham Book";
    src: url("/wp-content/themes/Madtouch-REACT/app/public/fonts/Gotham-Book.otf")
}

@font-face {
    font-family: "Gotham Bold";
    src: url("/wp-content/themes/Madtouch-REACT/app/public/fonts/Gotham-Bold.otf")
}

@font-face {
    font-family: "Gotham Light";
    src: url("/wp-content/themes/Madtouch-REACT/app/public/fonts/Gotham-Light.otf")
}

@font-face {
    font-family: 'Marlide Display Light';
    src: url("/wp-content/themes/madtouch/app/public/fonts/MarlideDisplay_Light.ttf");
}

@font-face {
    font-family: 'Marlide Display Regular';
    src: url("/wp-content/themes/madtouch/app/public/fonts/MarlideDisplay_Regular.ttf")
}

@font-face {
    font-family: 'Marlide Display Medium';
    src: url("/wp-content/themes/madtouch/app/public/fonts/MarlideDisplay_Medium.ttf")
}

@font-face {
    font-family: 'Marlide Display Bold';
    src: url("/wp-content/themes/madtouch/app/public/fonts/MarlideDisplay_Bold.ttf")
}

@font-face {
    font-family: 'Helvetica Now Text Light';
    src: url("/wp-content/themes/madtouch/app/public/fonts/HelveticaNowText-Light.ttf");
}

@font-face {
    font-family: 'Helvetica Now Text Medium';
    src: url("/wp-content/themes/madtouch/app/public/fonts/HelveticaNowText-Medium.ttf")
}

@font-face {
    font-family: 'Helvetica Now Text Bold';
    src: url("/wp-content/themes/madtouch/app/public/fonts/HelveticaNowText-Bold.ttf")
}

body {
    margin: 0;
}