/*
Theme Name: Bifröst
Theme URI: http://yourwebsite.com/your-theme
Author: Hezirel
Description: A bridge to join worlds
Version: 1.0.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: your-theme
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    color: black !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}

html {
  margin-top: 0px !important;
}

@font-face {
    font-family: 'RubikRegular';
    src: local('RubikRegular'),
        url(./asset/font/Rubik/Rubik-Regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'RubikSemiBold';
    src: local('RubikSemiBold'),
        url(./asset/font/Rubik/Rubik-SemiBold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'RubikMedium';
    src: local('RubikMedium'),
        url(./asset/font/Rubik/Rubik-Medium.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'RubikLight';
    src: local('RubikLight'),
        url(./asset/font/Rubik/Rubik-Light.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'RubikBold';
    src: local('RubikBold'),
        url(./asset/font/Rubik/Rubik-Bold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'RubikItalic';
    src: local('RubikItalic'),
    url(./asset/font/Rubik/Rubik-Italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: local('SourceSansProRegular'),
        url(./asset/font/SourceSansPro/SourceSansPro-Regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    src: local('SourceSansProSemiBold'),
        url(./asset/font/SourceSansPro/SourceSansPro-SemiBold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProSemiBoldIt';
    src: local('SourceSansProSemiBoldIt'),
        url(./asset/font/SourceSansPro/SourceSansPro-SemiBoldItalic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProIt';
    src: local('SourceSansProIt'),
        url(./asset/font/SourceSansPro/SourceSansPro-Italic.woff) format('woff');
    font-display: swap;
}
